diff options
author | David M. Palmer <dmopalmer@gmail.com> | 2013-09-06 03:50:19 (GMT) |
---|---|---|
committer | David M. Palmer <dmopalmer@gmail.com> | 2013-09-06 03:50:19 (GMT) |
commit | 31cb13b7ae3b5a7317df67d58eb59dd09c47e8a0 (patch) | |
tree | bde3a438440c14011b1d4ec292cb510d28921e3d /README.md | |
parent | 7db45a878b29788ff846eac7dedede294836a1bc (diff) |
Mac Build update build to 2013-09 versions
README.md
reflect change in setenv_mac*.sh files
macosx-build-dependencies.sh
qt4 version updated to 4.8.5 and is now at a different host which uses 302 redirection
FindBoost.cmake
Added paths for MacPorts (/opt/local) and Brew (/usr/local) to previous Fink (/sw/local)
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 |