reapack

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

commit a6d7754ab95509e27b0dad1dedcaf476e7d53890
parent 7ce413444bef3009f25d0b1deaf2e327145a36c9
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Sun, 17 Jan 2016 20:43:34 -0500

fix filenames in OS X's build instructions

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -36,8 +36,8 @@ vendor 2. Install [tup](http://gittup.org/tup/) and [boost](http://www.boost.org/): `brew tap homebrew/fuse && brew install tup boost` 3. Run `rake` from this directory -4. Copy or link `x64/bin/reaper_reapack_x64.dylib` to REAPER's extension - directory (replace x64 with x86 for 32-bit) +4. Copy or link `x64/bin/reaper_reapack_x86_64.dylib` to REAPER's extension + directory (replace x64 and x86_64 with x86 and i386 for 32-bit) ### Windows