From 8ea615c7cf23cf32e3c3ab1acaaa5f2b20ffbe03 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Fri, 22 Mar 2013 10:48:30 -0300 Subject: Mention cmake dependency on Mac diff --git a/README.md b/README.md index c3e2e36..c2acded 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v0.10.1