summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-31 04:34:45 -0700
committerirungentoo <irungentoo@gmail.com>2013-07-31 04:34:45 -0700
commitb2dbefb4c9aa3d6dcad02032f5c51da10b5f56eb (patch)
tree9b97c360eaf4b287424866a895917957313e12cc
parent31d9af8e76b4ab60e3004ccb1a3cf47fdf88b5f9 (diff)
parentfedb82e9d66fd11e87ea55bcfbd4c2fb4058a741 (diff)
Merge pull request #201 from blast-hardcheese/master
Adding homebrew commands to INSTALL
-rw-r--r--INSTALL.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 3459a5c7..9efa7ee9 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -42,7 +42,17 @@ make
42 42
43###OSX: 43###OSX:
44 44
45Much the same as above, remember to install the latest XCode and the developer tools (Preferences -> Downloads -> Command Line Tools). 45####Homebrew:
46```
47brew install libtool automake autoconf libconfig libsodium
48cmake .
49make
50sudo make install
51```
52
53####Non-homebrew:
54
55Much the same as Linux, remember to install the latest XCode and the developer tools (Preferences -> Downloads -> Command Line Tools).
46Users running Mountain Lion and the latest version of XCode (4.6.3) will also need to install libtool, automake and autoconf. 56Users running Mountain Lion and the latest version of XCode (4.6.3) will also need to install libtool, automake and autoconf.
47They are easy enough to install, grab them from http://www.gnu.org/software/libtool/, http://www.gnu.org/software/autoconf/ and http://www.gnu.org/software/automake/, then follow these steps for each: 57They are easy enough to install, grab them from http://www.gnu.org/software/libtool/, http://www.gnu.org/software/autoconf/ and http://www.gnu.org/software/automake/, then follow these steps for each:
48 58