From 27ca614b42825a5c15be1496a68d4b5e9cf5c04b Mon Sep 17 00:00:00 2001 From: AN Long Date: Tue, 8 Aug 2023 17:51:44 +0800 Subject: [PATCH] improve readme for mac users --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cbaca6b3..a7e721b5 100644 --- a/README.md +++ b/README.md @@ -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`).