mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
Merge pull request #932 from aisk/master-1
improve readme for mac users
This commit is contained in:
commit
e492e4002f
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@ to install the binaries and libraries. You can optionally specify a
|
|||
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` (`DYLD_LIBRARY_PATH` on macOS) so it can find the
|
||||
shared libraries.
|
||||
|
||||
To make the emscripten build run `make js` (_not_ `emmake make js`).
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue