summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-01 04:20:13 -0700
committerirungentoo <irungentoo@gmail.com>2013-08-01 04:20:13 -0700
commite42deccc0eb06b884680ceeea99dfcfa66f1e97e (patch)
treec890aaba8938d32298c6adccbda19ce11ea0a344 /INSTALL.md
parentb553043b17ba0d39b2fd72ed09ceb4dfac948b84 (diff)
parentdba9f182139c039b83bf016bf85d6cb2fa34cc12 (diff)
Merge pull request #237 from chovy/master
Add Mac OSX instructions
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