mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
15 lines
506 B
Plaintext
15 lines
506 B
Plaintext
+-------------------------------------------------------------------------------
|
|
| Running ${PKGSTEM} on OpenBSD
|
|
+-------------------------------------------------------------------------------
|
|
|
|
Configuration
|
|
=============
|
|
|
|
Gerbil scheme expects that GERBIL_HOME environment variable is set and
|
|
binaries exists in users PATH. In order to do this, you need to set
|
|
following in your shell profile after installing Gerbil:
|
|
|
|
GERBIL_HOME=${PREFIX}/gerbil
|
|
PATH=$PATH:$GERBIL_HOME/bin
|
|
export GERBIL_HOME PATH
|