added cmake to osx brew instructions

This commit is contained in:
Justin Quick 2013-07-31 22:08:59 -04:00
parent c3b5fe3fa1
commit b67be8fc19

View File

@ -58,7 +58,7 @@ make
<a name="homebrew" /> <a name="homebrew" />
####Homebrew: ####Homebrew:
``` ```
brew install libtool automake autoconf libconfig libsodium brew install libtool automake autoconf libconfig libsodium cmake
cmake . cmake .
make make
sudo make install sudo make install