Skip to content

Instantly share code, notes, and snippets.

@yonderbread
Last active June 3, 2021 22:20
Show Gist options
  • Save yonderbread/a8a8eba82c25a5038025baa8a2b27eb8 to your computer and use it in GitHub Desktop.
Save yonderbread/a8a8eba82c25a5038025baa8a2b27eb8 to your computer and use it in GitHub Desktop.
Build Carla
#!/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