Last active
September 27, 2016 21:23
-
-
Save SrMouraSilva/3716a434f266596083bba97d2b10e748 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
sudo apt-get update | |
sudo apt-get install git make libjack-dev libreadline6 libreadline6-dev -y | |
git clone https://www.github.com/moddevices/mod-host --depth=1 | |
cd mod-host/ | |
sh .create_lv2_env.sh | |
make | |
./mod-host |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment