Skip to content

Instantly share code, notes, and snippets.

@apacha
Created August 1, 2018 15:36
Show Gist options
  • Save apacha/baf6a0b13c8ac8fef006516f8918c25b to your computer and use it in GitHub Desktop.
Save apacha/baf6a0b13c8ac8fef006516f8918c25b to your computer and use it in GitHub Desktop.
Compile and run MuseScore inside Docker for creating OMR annotation data
apt-get update
apt-get install git cmake g++ libasound2-dev portaudio19-dev libmp3lame-dev libsndfile1-dev libportmidi-dev libssl-dev libpulse-dev libfreetype6-dev libfreetype6 qtcreator libqt4-dev qtbase5-dev qttools5-dev qttools5-dev-tools qtquick1-5-dev qtscript5-dev libqt5xmlpatterns5-dev libqt5svg5-dev libqt5webkit5-dev
cd ~
git clone https://github.com/musescore/MuseScore.git
git checkout imeta
mscore file.mscz -o file.png -E
./build.release/mscore/mscore -platform offscreen demos/All_Dudes.mscz -o demos/All_Dudes.png -E
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment