Last active
December 11, 2015 08:33
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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