From 03e41b872c91d245dbc5c2c4f53d1778deb515bc Mon Sep 17 00:00:00 2001 From: benwaffle Date: Tue, 21 Jan 2014 19:05:16 -0500 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 7 +++++++ 1 file changed, 7 insertions(+) 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 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. ####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 ```