diff options
author | Marius Kintel <marius@kintel.net> | 2013-03-22 13:48:30 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-03-22 13:48:30 (GMT) |
commit | 8ea615c7cf23cf32e3c3ab1acaaa5f2b20ffbe03 (patch) | |
tree | 751ae4e819d44d399990dcba2b2dee7f6cc43ea4 | |
parent | 398b44c82a485f7ea5784c84946b7fcb81a9a105 (diff) |
Mention cmake dependency on Mac
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -113,8 +113,11 @@ To pull the MCAD library (http://reprap.org/wiki/MCAD), do the following: ### Building for Mac OS X -First, make sure that you have XCode installed to get GCC. Then after -you've cloned this git repository, run the script that sets up the +Prerequisites: +* XCode, including XCode command-line tools (install from XCode Preferences). +* [CMake](http://cmake.org), which can be installed manually or through MacPorts/homebrew. + +Then after you've cloned this git repository, run the script that sets up the environment variables. source setenv_mjau.sh |