Skip to content

Instantly share code, notes, and snippets.

@kinow
Created January 1, 2017 22:38
Show Gist options
  • Save kinow/784ace5b247499c6de4fc51d16236f4f to your computer and use it in GitHub Desktop.
Save kinow/784ace5b247499c6de4fc51d16236f4f to your computer and use it in GitHub Desktop.
Build krita for Eclipse CMAKE
#!/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