add cmake to brew packages

This commit is contained in:
Anthony Ettinger 2013-08-01 03:25:40 -07:00
parent 93aad4428b
commit dba9f18213

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