mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 14:49:18 +02:00
Clarifying PREFIX should specified to make in addition to make install.
This commit is contained in:
parent
c81f3ded3c
commit
8692ff052e
1 changed files with 10 additions and 4 deletions
14
README
14
README
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue