diff options
author | irungentoo <irungentoo@tox.im> | 2014-01-22 04:59:20 -0800 |
---|---|---|
committer | irungentoo <irungentoo@tox.im> | 2014-01-22 04:59:20 -0800 |
commit | 5414e4d8486000ee1f07f4c0d8c9b9a33165ef00 (patch) | |
tree | 1d89593ecaeb9d3a75dd98a9fb3293a929834c29 /INSTALL.md | |
parent | e08e193510b8a0c20a5f97993a8d4ccd858aee40 (diff) | |
parent | 03e41b872c91d245dbc5c2c4f53d1778deb515bc (diff) |
Merge pull request #695 from benwaffle/patch-2
Update INSTALL.md
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -100,6 +100,13 @@ The following libraries are required along with libsodium and cmake for Mountain | |||
100 | 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. | 100 | 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. |
101 | <a name="homebrew" /> | 101 | <a name="homebrew" /> |
102 | ####Homebrew: | 102 | ####Homebrew: |
103 | To install from the formula: | ||
104 | ```bash | ||
105 | brew tap Tox/tox | ||
106 | brew install --HEAD libtoxcore | ||
107 | ``` | ||
108 | |||
109 | To do it manually: | ||
103 | ``` | 110 | ``` |
104 | brew install libtool automake autoconf libconfig libsodium check | 111 | brew install libtool automake autoconf libconfig libsodium check |
105 | ``` | 112 | ``` |