summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorAnthony Ettinger <anthony@chovy.com>2013-08-01 03:25:40 -0700
committerAnthony Ettinger <anthony@chovy.com>2013-08-01 03:25:40 -0700
commitdba9f182139c039b83bf016bf85d6cb2fa34cc12 (patch)
tree12c9c0dca15a97076957c63532af3f2925c9d8a0 /INSTALL.md
parent93aad4428b62c387f93550a0b0a3ebf47b82f20c (diff)
add cmake to brew packages
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 90563790..a0c4165d 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -58,7 +58,7 @@ make
58<a name="homebrew" /> 58<a name="homebrew" />
59####Homebrew: 59####Homebrew:
60``` 60```
61brew install libtool automake autoconf libconfig libsodium 61brew install libtool automake autoconf libconfig libsodium cmake
62cmake . 62cmake .
63make 63make
64sudo make install 64sudo make install