summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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```