From fedb82e9d66fd11e87ea55bcfbd4c2fb4058a741 Mon Sep 17 00:00:00 2001 From: Devon Stewart Date: Wed, 31 Jul 2013 15:37:31 +0900 Subject: [PATCH] Adding homebrew commands to INSTALL --- INSTALL.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 3459a5c79..9efa7ee9a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -42,7 +42,17 @@ make ###OSX: -Much the same as above, remember to install the latest XCode and the developer tools (Preferences -> Downloads -> Command Line Tools). +####Homebrew: +``` +brew install libtool automake autoconf libconfig libsodium +cmake . +make +sudo make install +``` + +####Non-homebrew: + +Much the same as Linux, remember to install the latest XCode and the developer tools (Preferences -> Downloads -> Command Line Tools). Users running Mountain Lion and the latest version of XCode (4.6.3) will also need to install libtool, automake and autoconf. 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: