diff options
author | irungentoo <irungentoo@gmail.com> | 2013-07-31 04:34:45 -0700 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-07-31 04:34:45 -0700 |
commit | b2dbefb4c9aa3d6dcad02032f5c51da10b5f56eb (patch) | |
tree | 9b97c360eaf4b287424866a895917957313e12cc /INSTALL.md | |
parent | 31d9af8e76b4ab60e3004ccb1a3cf47fdf88b5f9 (diff) | |
parent | fedb82e9d66fd11e87ea55bcfbd4c2fb4058a741 (diff) |
Merge pull request #201 from blast-hardcheese/master
Adding homebrew commands to INSTALL
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -42,7 +42,17 @@ make | |||
42 | 42 | ||
43 | ###OSX: | 43 | ###OSX: |
44 | 44 | ||
45 | Much the same as above, remember to install the latest XCode and the developer tools (Preferences -> Downloads -> Command Line Tools). | 45 | ####Homebrew: |
46 | ``` | ||
47 | brew install libtool automake autoconf libconfig libsodium | ||
48 | cmake . | ||
49 | make | ||
50 | sudo make install | ||
51 | ``` | ||
52 | |||
53 | ####Non-homebrew: | ||
54 | |||
55 | Much the same as Linux, remember to install the latest XCode and the developer tools (Preferences -> Downloads -> Command Line Tools). | ||
46 | Users running Mountain Lion and the latest version of XCode (4.6.3) will also need to install libtool, automake and autoconf. | 56 | Users running Mountain Lion and the latest version of XCode (4.6.3) will also need to install libtool, automake and autoconf. |
47 | They 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: | 57 | They 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 | ||