|
|
下载了kde4.1.71的source,解压后编译kdelibs-4.1.7.1老是有个
kdelibs requires an out of source build. Please create a separate build directory and run 'cmake path_to_kdelibs [options]' there
1.在mkdir -p /home/build
2. cd /home/build
3.cmake -DCMAKE_INSTALL_PREFIX=/usr/src -DCMAKE_BUILD_TYPE=debugfull -DKDE4_BUILD_TEST=ON /home/kde-4.1.71/kdelibs-4.1.71 |
|