reapack

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

commit 8a349bf71aaa4d4455f0d07084fe823fafc14aa9
parent 66bcce7f4d7adce4be6c3dc2f7f4deb9069f54de
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Sun, 26 Jun 2016 00:40:56 -0400

simplify windows build instructions in README

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

diff --git a/README.md b/README.md @@ -73,10 +73,9 @@ vendor │   └── ... └── ... ``` -5. Launch "Developer Command Prompt for VS2015" and run `build_deps.bat` -6. Download the latest stable amalgamation build of [sqlite](https://www.sqlite.org/download.html). +5. Download the latest stable amalgamation build of [sqlite](https://www.sqlite.org/download.html). Put `sqlite3.h` and `sqlite3.c` in `<reapack>\vendor`. -7. Run `rake` from this directory using +6. Run `build_deps.bat` and `rake` from this directory using "Developer Command Prompt for VS2015" -8. Copy or symlink `x64\bin\reaper_reapack64.dll` or `x86\bin\reaper_reapack32.dll` +7. Copy or symlink `x64\bin\reaper_reapack64.dll` or `x86\bin\reaper_reapack32.dll` to your REAPER plugin folder