diff options
author | Marius Kintel <marius@kintel.net> | 2013-09-06 04:12:39 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-09-06 04:12:39 (GMT) |
commit | b53dde04e2a13c066cfa0c552fe5bd0cdd1b8dbd (patch) | |
tree | bde3a438440c14011b1d4ec292cb510d28921e3d /README.md | |
parent | 7db45a878b29788ff846eac7dedede294836a1bc (diff) | |
parent | 31cb13b7ae3b5a7317df67d58eb59dd09c47e8a0 (diff) |
Merge pull request #471 from dmopalmer/mac_compile_2013.09
Mac Build update build to 2013-09 versions
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 |