Created
January 1, 2017 22:38
-
-
Save kinow/784ace5b247499c6de4fc51d16236f4f to your computer and use it in GitHub Desktop.
Build krita for Eclipse CMAKE
This file contains hidden or 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
#!/bin/bash | |
cmake -G "Eclipse CDT4 - Unix Makefiles" ../krita -DCMAKE_INSTALL_PREFIX=/home/kinow/Development/cpp/workspace/krita_install/ -DWITH_GMIC=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DPRODUCTSET=ALL -DPACKAGERS_BUILD=ON -DBUILD_TESTING=OFF -DKDE4_BUILD_TESTS=OFF | |
make | |
exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment