Merge pull request #249 from ShaneWilton/patch-1

Add cmake to the list of OS X dependencies
This commit is contained in:
Galen Wolfe-Pauly 2015-01-28 07:06:30 -08:00
commit 7383228274

View File

@ -56,10 +56,10 @@ Otherwise, install XCode: `https://developer.apple.com/xcode/`, with the command
To install dependencies pick either one of Homebrew or Macports, but not both: To install dependencies pick either one of Homebrew or Macports, but not both:
Homebrew - Homebrew -
`brew install git gmp libsigsegv openssl libtool autoconf automake` `brew install git gmp libsigsegv openssl libtool autoconf automake cmake`
Macports - Macports -
`sudo port install git gmp libsigsegv openssl autoconf automake` `sudo port install git gmp libsigsegv openssl autoconf automake cmake`
Although automake/autoconf/libtool are generally installed by default, some Although automake/autoconf/libtool are generally installed by default, some
have reported needing to uninstall and reinstall those three packages, at least have reported needing to uninstall and reinstall those three packages, at least