From kde-commits Fri Mar 31 21:17:03 2006 From: Kurt Pfeifle Date: Fri, 31 Mar 2006 21:17:03 +0000 To: kde-commits Subject: KDE/kdelibs Message-Id: <1143839823.944820.25028.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=114383985822357 SVN commit 525127 by pfeifle: make a few points more explicit M +5 -2 COMPILING-WITH-CMAKE --- trunk/KDE/kdelibs/COMPILING-WITH-CMAKE #525126:525127 @@ -19,12 +19,15 @@ (I don't think you even need to do this, but it makes some sense: Ensure you run 'unsermake clean' first in all your KDE source directories.) +Use a separate builddir to build KDE modules, not the sourcedir. + To get regular debugging, pass -DCMAKE_BUILD_TYPE=debug To get full debugging, pass -DCMAKE_BUILD_TYPE=debugfull -If something hasn't been found, use ccmake . to set the missing things manually. +If something hasn't been found, use "cd builddir; ccmake sourcedir" to set the +missing (or wrong) things manually. -Next; +Short example: % cd % mkdir build-kdelibs % cd build-kdelibs