Skip to content

Instantly share code, notes, and snippets.

@oledid
Last active December 11, 2015 08:33
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 oledid/6177f4d55f6cebf56a19 to your computer and use it in GitHub Desktop.
Save oledid/6177f4d55f6cebf56a19 to your computer and use it in GitHub Desktop.
Build and install kxstitch v1.3.0.2 on ubuntu 14.04 trusty
# tested with ubuntu-mate 14.04 2015-12-11 by @oledid
# gist license: MIT
sudo apt-get update
sudo apt-get install git cmake build-essential doxygen libmagick++-dev kdelibs-bin kdelibs5-dev
cd /usr/local/src
mkdir kde
cd kde
git clone https://github.com/KDE/kxstitch.git kxstitch
cd kxstitch
git checkout v1.3.0.2
./build.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment