Clarifying PREFIX should specified to make in addition to make install.

This commit is contained in:
Alex Shinn 2013-06-15 12:46:27 +09:00
parent c81f3ded3c
commit 8692ff052e

14
README
View file

@ -28,11 +28,17 @@ To build on most platforms just run "make && make test". This will
provide a shared library "libchibi-scheme", as well as a sample provide a shared library "libchibi-scheme", as well as a sample
"chibi-scheme" command-line repl. You can then run "chibi-scheme" command-line repl. You can then run
sudo make PREFIX=/usr/local install sudo make install
to install the binaries, leaving out the PREFIX for the default to install the binaries and libraries. You can optionally specify a
/usr/local or specifying an alternate install location. If you want PREFIX for the installation directory:
to try out chibi-scheme without installing, be sure to set
make PREFIX=/path/to/install/
sudo make PREFIX=/path/to/install/ install
By default files are installed in /usr/local.
If you want to try out chibi-scheme without installing, be sure to set
LD_LIBRARY_PATH so it can find the shared libraries. LD_LIBRARY_PATH so it can find the shared libraries.
For more detailed documentation, run "make doc" and see the generated For more detailed documentation, run "make doc" and see the generated