reapack

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

commit fdda0ed0fc4ab5b81b3a28f3cfacd0e5f7cc2ec9
parent c9dfa2840dbd6b0a92ab571764198de77dac7cfa
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Thu,  3 Dec 2015 01:45:38 -0500

rewrite build setup instructions

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

diff --git a/README.md b/README.md @@ -2,7 +2,16 @@ ## Build Setup -Download [reaper_plugin.h](http://www.reaper.fm/sdk/plugin/reaper_plugin.h), [catch.hpp](https://raw.githubusercontent.com/philsquared/Catch/master/single_include/catch.hpp), save reaper_plugin_functions.h ([developer] Write C++ API functions header) and clone [WDL](http://www-dev.cockos.com/wdl/WDL.git). All in the `vendor` directory. +Download these files into the `vendor` directory: + +1. reaper_plugin.h from + [reaper.fm](http://www.reaper.fm/sdk/plugin/reaper_plugin.h) +2. catch.hpp from + [github.com](https://github.com/philsquared/Catch/raw/master/single_include/catch.hpp) +3. [WDL](http://www.cockos.com/wdl/) from Cockos: + `git clone http://www-dev.cockos.com/wdl/WDL.git vendor/WDL` +4. reaper_plugin_functions.h from the REAPER action + "[developer] Write C++ API functions header" The `vendor` directory structure should be as follow: