diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -99,6 +99,7 @@ Follow the instructions for the platform you're compiling on below. * [GCC C++ Compiler (4.2 ->)](http://gcc.gnu.org/) * [Bison (2.4)](http://www.gnu.org/software/bison/) * [Flex (2.5.35)](http://flex.sourceforge.net/) +* [pkg-config (0.26)](http://www.freedesktop.org/wiki/Software/pkg-config/) ### Getting the source code @@ -117,7 +118,8 @@ To pull the MCAD library (http://reprap.org/wiki/MCAD), do the following: Prerequisites: * XCode, including XCode command-line tools (install from XCode Preferences). -* [CMake](http://cmake.org), which can be installed manually or through MacPorts/homebrew. +* [CMake](http://cmake.org) and [pkg-config](http://www.freedesktop.org/wiki/Software/pkg-config/), + both 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. |