diff options
author | Torsten Paul <Torsten.Paul@gmx.de> | 2014-01-06 23:07:39 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2014-01-08 19:43:04 (GMT) |
commit | e6bfee021b3cb4843a78cf7b526986f51966de32 (patch) | |
tree | 14d485f92b2823ce76f0ed6f3d3389a1e07da7c0 /README.md | |
parent | 20938506b6eb7bb9ee6d211df8b067c9fead47d4 (diff) |
Add libffi to MacOS build.
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. |