Skip to content

Instantly share code, notes, and snippets.

@grejppi
Last active December 28, 2015 14:48
Show Gist options
  • Save grejppi/7516835 to your computer and use it in GitHub Desktop.
Save grejppi/7516835 to your computer and use it in GitHub Desktop.
#!/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