diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -119,8 +119,9 @@ Prerequisites: Then after you've cloned this git repository, run the script that sets up the environment variables. - source setenv_mjau.sh + source setenv_mac-gcc.sh +(or setenv_mac-clang.sh if you want to use the clang compiler instead of gcc). Then run the script to compile all the prerequisite libraries above: ./scripts/macosx-build-dependencies.sh |