Marble/MacCompiling: Difference between revisions
Appearance
< Marble
create basic compiling guide |
m Ochurlaud moved page Projects/Marble/MacCompiling to Marble/MacCompiling |
(No difference)
|
Revision as of 21:01, 10 March 2016
Qt-Only
Mostly follow this Guide.
As configure flags you can use:
cmake -DCMAKE_BUILD_TYPE=release -DQTONLY=ON -DCMAKE_INSTALL_PREFIX=/Applications/ ../Marble
If you want to create a distributable disk image see Projects/Marble/MacPackaging