reapack

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

commit ac38571446d61ae53778bff613705ae5273e4d68
parent 92a0a8b9292e9061763e4f4ff7993e3dbe72ab97
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Sun, 21 Aug 2016 03:05:19 -0400

fix typo in 32-bit OS X build's file path

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

diff --git a/README.md b/README.md @@ -22,15 +22,15 @@ Download these files into the `vendor` directory: The `vendor` directory structure should be as follow: ``` -reapack> tree vendor +reapack> tree vendor vendor ├── WDL/ -│   └── WDL/ -│   ├── MersenneTwister.h -│   ├── adpcm_decode.h -│   ├── adpcm_encode.h -│   ├── assocarray.h -│   └── ... +│ └── WDL/ +│ ├── MersenneTwister.h +│ ├── adpcm_decode.h +│ ├── adpcm_encode.h +│ ├── assocarray.h +│ └── ... ├── catch.hpp ├── reaper_plugin.h └── reaper_plugin_functions.h @@ -42,7 +42,7 @@ 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_reapack64.dylib` or `x64/bin/reaper_reapack32.dylib` +4. Copy or link `x64/bin/reaper_reapack64.dylib` or `x86/bin/reaper_reapack32.dylib` to REAPER's extension directory ### Windows