summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorirungentoo <irungentoo@tox.im>2014-01-22 04:59:20 -0800
committerirungentoo <irungentoo@tox.im>2014-01-22 04:59:20 -0800
commit5414e4d8486000ee1f07f4c0d8c9b9a33165ef00 (patch)
tree1d89593ecaeb9d3a75dd98a9fb3293a929834c29 /INSTALL.md
parente08e193510b8a0c20a5f97993a8d4ccd858aee40 (diff)
parent03e41b872c91d245dbc5c2c4f53d1778deb515bc (diff)
Merge pull request #695 from benwaffle/patch-2
Update INSTALL.md
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 36a0a27a..03e3da2c 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -100,6 +100,13 @@ The following libraries are required along with libsodium and cmake for Mountain
100There 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. 100There 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.
101<a name="homebrew" /> 101<a name="homebrew" />
102####Homebrew: 102####Homebrew:
103To install from the formula:
104```bash
105brew tap Tox/tox
106brew install --HEAD libtoxcore
107```
108
109To do it manually:
103``` 110```
104brew install libtool automake autoconf libconfig libsodium check 111brew install libtool automake autoconf libconfig libsodium check
105``` 112```