Skip to content

Instantly share code, notes, and snippets.

@Orpheon
Created April 19, 2012 11:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Orpheon/2420332 to your computer and use it in GitHub Desktop.
Save Orpheon/2420332 to your computer and use it in GitHub Desktop.
rm -rf build target
mkdir build target
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=../target
make
make install
../target/bin/lmms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment