reapack

Package manager for REAPER
Log | Files | Refs | Submodules | README | LICENSE

commit 8b5a6cfe141da1001846ad694987097bd747add5
parent 8cfa34be9bb2cd042014a4225d890f355a9a7fc1
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Mon, 27 Feb 2017 17:33:08 -0500

add build instructions for Linux

Diffstat:
MREADME.md | 9++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -36,7 +36,14 @@ vendor └── reaper_plugin_functions.h ``` -### OS X +### Linux + +1. Install boost development files and tup +2. Run `rake` from this directory +3. Copy or link `x64/bin/reaper_reapack64.dylib` to `~/.REAPER/UserPlugins` +4. Apply this patch to your build of SWELL: [lv-getnextitem-istart](https://github.com/cfillion/WDL/commit/64c16e60884479faba68e8a22e4644806b1244d0.patch) + +### macOS 1. Install [Homebrew](http://brew.sh/) and Xcode Command Line Tools 2. Install [tup](http://gittup.org/tup/) and [boost](http://www.boost.org/):