reapack

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

commit bc06027eb2eaa819152f63b1173dfe9d4e992ac2
parent 377bd881b534522240ced02d6d2bb072b930788e
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Tue, 19 Jan 2016 21:20:49 -0800

symbolic links works great on windows too!

To create one, run this from a command prompt with admin right:

mklink <REAPER Resource Path>\UserPlugins\reaper_reapack_x64.dll <ReaPack Path>\x64\bin\reaper_reapack_x64.dll

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -69,5 +69,5 @@ vendor Put `sqlite3.h` and `sqlite3.c` in `<reapack>\vendor`. 8. Run `rake` from this directory using "Developer Command Prompt for VS2013" -9. Copy `x64\bin\reaper_reapack_x64.dll` to your REAPER +9. Copy or symlink `x64\bin\reaper_reapack_x64.dll` to your REAPER plugin folder (replace x64 with x86 for 32-bit)