Last active
June 3, 2021 22:20
-
-
Save yonderbread/a8a8eba82c25a5038025baa8a2b27eb8 to your computer and use it in GitHub Desktop.
Build Carla
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
#!/bin/bash | |
sudo apt install -y git python3-pyqt5.qtsvg python3-rdflib pyqt5-dev-tools \ | |
libmagic-dev liblo-dev libasound2-dev libpulse-dev libx11-dev \ | |
libgtk2.0-dev libgtk-3-dev libqt5core5a qtbase5-dev libfluidsynth-dev | |
git clone --recursive git://github.com/falkTX/Carla.git carla | |
cd carla && make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment