reapack

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

commit 3baaa414d4525754697800e339ad10480abd3948
parent acf70e5e61af77135d611173248d8119275837eb
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Sun,  9 Jul 2017 19:10:00 -0400

mention sqlite3 & curl dev files for Linux distros not providing them

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

diff --git a/README.md b/README.md @@ -38,9 +38,10 @@ vendor ### Linux -1. Install boost development files, tup, ruby and php -2. Run `rake` from this directory -3. Copy or link `x64/bin/reaper_reapack64.so` to `~/.REAPER/UserPlugins` +1. Install gcc, tup, ruby and php +2. Install boost, curl and sqlite3 development files +3. Run `rake` from this directory +4. Copy or link `x64/bin/reaper_reapack64.so` to `~/.REAPER/UserPlugins` ### macOS