improve readme for mac users

This commit is contained in:
AN Long 2023-08-08 17:51:44 +08:00 committed by GitHub
parent 67fdb283b6
commit 27ca614b42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,8 @@ to install the binaries and libraries. You can optionally specify a
By default files are installed in **/usr/local**. By default files are installed in **/usr/local**.
If you want to try out chibi-scheme without installing, be sure to set 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`). To make the emscripten build run `make js` (_not_ `emmake make js`).