Last active
December 28, 2015 14:48
-
-
Save grejppi/7516835 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
svn checkout http://lv2plug.in/repo/trunk lv2-svn | |
cd lv2-svn | |
./waf configure | |
./waf | |
sudo ./waf install | |
cd .. | |
svn co http://svn.drobilla.net/lad/trunk drobilla-lad | |
cd drobilla-lad | |
./waf configure | |
./waf | |
sudo ./waf install | |
cd .. | |
git clone https://github.com/grejppi/reversesrever.lv2.git | |
cd reversesrever.lv2 | |
make | |
sudo make install | |
cd .. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment