- Install Reaper x64 to default location (set REAPER64_DIR environment variable to this path)
- Install Reaper x86 to default location (set REAPER_DIR environment variable to this path)
Install VS 2015 Community Edition
Checkout repository
Install JUCE library version 4.3.1 to <your_checkout_path>/..
It should look somehow like this:
+Projects -JUCE -doxygen -examples -extras -modules -ReaperDAWHub.*
Install python 3.5 and install the package manager "conan" using the command "pip install conan"
In the checkout root, execute "conan install" Conan might ask you to build the missing packages (append a "--build " for every package it complains about)
Run VS2015 as administrator (because build output is directly written to Reaper program dir)
Open ReaperDAWHub.sln
Contribute