diff options
author | Marius Kintel <marius@kintel.net> | 2013-03-02 15:39:33 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-03-02 15:39:33 (GMT) |
commit | 422c668dcb538f181683ae51305bf8d3404f48d6 (patch) | |
tree | 0f801a594e9034047a924dea1316cdfa926a2375 | |
parent | 0498ebbef7b8c95c60f3b4a12c0490ebdabbf5a5 (diff) |
OpenCSG is now in MacPorts
-rw-r--r-- | README.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -123,11 +123,10 @@ Then run the script to compile all the prerequisite libraries above: ./scripts/macosx-build-dependencies.sh -We currently don't use [MacPorts](http://www.macports.org) or -[brew](http://mxcl.github.com/homebrew/) to install the prerequisite -libraries because CGAL doesn't exist on brew and opencsg doesn't exist -on ports. And more importantly, there are some patches to GMP in the -compilation process. +You can also install the prerequisites using +[MacPorts](http://www.macports.org). Unfortunately, +[brew](http://mxcl.github.com/homebrew/) doesn't yet support CGAL and +OpenCSG. After that, follow the Compilation instructions below. |