Update INSTALL.md

This commit is contained in:
benwaffle 2014-01-21 19:05:16 -05:00
parent e08e193510
commit 03e41b872c

View File

@ -100,6 +100,13 @@ The following libraries are required along with libsodium and cmake for Mountain
There are no binaries/executables going to /bin/ or /usr/bin/ now. Everything is compiled and ran from the inside your local branch. See [Usage](#usage) below.
<a name="homebrew" />
####Homebrew:
To install from the formula:
```bash
brew tap Tox/tox
brew install --HEAD libtoxcore
```
To do it manually:
```
brew install libtool automake autoconf libconfig libsodium check
```