Merge pull request #695 from benwaffle/patch-2

Update INSTALL.md
This commit is contained in:
irungentoo 2014-01-22 04:59:20 -08:00
commit 5414e4d848

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
```