From cc1a5a9cd7843e275062a974ebedab4e51d1d3ee Mon Sep 17 00:00:00 2001 From: Shane Wilton Date: Wed, 28 Jan 2015 00:24:23 -0800 Subject: [PATCH] Add cmake to the list of OS X dependencies --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index de47833cd2..0f02a0a80a 100644 --- a/README.markdown +++ b/README.markdown @@ -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: Homebrew - - `brew install git gmp libsigsegv openssl libtool autoconf automake` + `brew install git gmp libsigsegv openssl libtool autoconf automake cmake` 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 have reported needing to uninstall and reinstall those three packages, at least