Building with Cmake FAQ
Revision as of 13:37, 15 January 2008 by Shaplov (talk | contribs) (→Q: How to build Sim-IM without KDE support?)
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