Building with Cmake FAQ

From Sim-Im
Revision as of 21:20, 20 January 2008 by Berniyh (talk | contribs) (move the build faq to the cmake howto)
Jump to navigation Jump to search

Linux

Q: How to build Sim-IM without KDE support?

A: For Sim-IM 0.9.4.* and for old revisions of Sim-IM 0.9.5 you should use

cmake -D USE_KDE3:boolean=false

and for Sim-IM 0.9.5 rev. 2106 or newer

cmake -D ENABLE_KDE3:boolean=false

Q: How to build Sim-IM when both KDE4 and KDE3 are installed?

A: TODO

Q: How to build Sim-IM with debug info?

A:

cmake -D CMAKE_BUILD_TYPE=Debug