Marble/MacCompiling: Difference between revisions
Appearance
< Marble
m 2 revisions imported |
m Update links and configure flags |
||
Line 1: | Line 1: | ||
== Qt-Only == | == Qt-Only == | ||
Mostly follow [ | Mostly follow [https://marble.kde.org/sources.php this Guide]. | ||
As configure flags you can use: | As configure flags you can use: | ||
<pre> | <pre> | ||
cmake -DCMAKE_BUILD_TYPE=release - | cmake -DCMAKE_BUILD_TYPE=release -DWITH_KF5=FALSE -DCMAKE_INSTALL_PREFIX=/Applications/ ../Marble | ||
</pre> | </pre> | ||
If you want to create a distributable disk image see [[ | If you want to create a distributable disk image see [[Marble/MacPackaging]] |
Revision as of 10:34, 21 October 2016
Qt-Only
Mostly follow this Guide.
As configure flags you can use:
cmake -DCMAKE_BUILD_TYPE=release -DWITH_KF5=FALSE -DCMAKE_INSTALL_PREFIX=/Applications/ ../Marble
If you want to create a distributable disk image see Marble/MacPackaging