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