commit c9dfa2840dbd6b0a92ab571764198de77dac7cfa parent c2f11c27139838fe3c7bf9b703243222dc1f504a Author: cfillion <cfillion@users.noreply.github.com> Date: Thu, 3 Dec 2015 01:30:58 -0500 update build instructions for os x (new boost dependency) Diffstat:
M | README.md | | | 8 | +++++--- |
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -23,6 +23,8 @@ vendor ### OS X -1. Install [tup](http://gittup.org/tup/) and Xcode Command Line Tools -2. Run `tup --quiet && bin/test` from this directory -3. Copy or link `bin/reaper_reapack.dylib` to REAPER's extension directory +1. Install [Homebrew](http://brew.sh/) and Xcode Command Line Tools +2. Install [tup](http://gittup.org/tup/) and [boost](http://www.boost.org/): + `brew install tup boost` +3. Run `tup --quiet && bin/test` from this directory +4. Copy or link `bin/reaper_reapack.dylib` to REAPER's extension directory