Skip to content

Instantly share code, notes, and snippets.

@steinsag
Created February 28, 2014 18:31
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 steinsag/9276862 to your computer and use it in GitHub Desktop.
Save steinsag/9276862 to your computer and use it in GitHub Desktop.
Build KDE's KBruch application
git clone git://anongit.kde.org/kbruch
cd kbruch
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=debugfull
make -j4
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment