mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-04 03:36:36 +02:00
Adding explanation of install PREFIX to manual.
This commit is contained in:
parent
d181f28c24
commit
c284f09d51
1 changed files with 8 additions and 0 deletions
|
@ -82,6 +82,14 @@ chibi-scheme. Then you can make the static executable with:
|
|||
make -B chibi-scheme-static SEXP_USE_DL=0 CPPFLAGS=-DSEXP_USE_STATIC_LIBS
|
||||
}
|
||||
|
||||
By default files are installed in /usr/local. You can optionally
|
||||
specify a PREFIX for the installation directory:
|
||||
|
||||
\command{
|
||||
make PREFIX=/path/to/install/
|
||||
sudo make PREFIX=/path/to/install/ install
|
||||
}
|
||||
|
||||
\subsection{Compile-Time Options}
|
||||
|
||||
The include file \ccode{"chibi/features.h"} describes a number of
|
||||
|
|
Loading…
Add table
Reference in a new issue