Difference between revisions of "Building with Cmake FAQ"
Jump to navigation
Jump to search
| Line 3: | Line 3: | ||
'''A:''' <code>cmake -D USE_KDE3:boolean=false</code> | '''A:''' <code>cmake -D USE_KDE3:boolean=false</code> | ||
| + | |||
| + | === Q: How to build Sim-IM with debug info? === | ||
| + | '''A:''' <code>cmake -D CMAKE_BUILD_TYPE=Debug</code> | ||
Revision as of 13:37, 15 January 2008
Linux
Q: How to build Sim-IM without KDE support?
A: cmake -D USE_KDE3:boolean=false
Q: How to build Sim-IM with debug info?
A: cmake -D CMAKE_BUILD_TYPE=Debug