Skip to content

Instantly share code, notes, and snippets.

@aimxhaisse
Last active July 10, 2017 15:25
Show Gist options
  • Save aimxhaisse/fc20706e530d9d157f14 to your computer and use it in GitHub Desktop.
Save aimxhaisse/fc20706e530d9d157f14 to your computer and use it in GitHub Desktop.
Sonic-Pi Ubuntu build
sudo apt-get -q update
sudo apt-get install -q -y \
git \
supercollider \
ruby2.0 \
libqscintilla2-dev \
ruby-dev \
cmake \
pkg-config \
libffi-dev \
libqscintilla2-l10n \
qt4-qmake \
libqt4-dev \
libffi-dev \
g++
git clone https://github.com/samaaron/sonic-pi.git
cd sonic-pi/app/server/bin && ./compile-extensions.rb
cd sonic-pi/app/gui/qt/ && ./rp-build-app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment