Adding explanation of install PREFIX to manual.

This commit is contained in:
Alex Shinn 2014-07-02 22:57:29 +09:00
parent d181f28c24
commit c284f09d51

View file

@ -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 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} \subsection{Compile-Time Options}
The include file \ccode{"chibi/features.h"} describes a number of The include file \ccode{"chibi/features.h"} describes a number of