I'm trying to build Kile. When I type:
cmake "/home/user/Downloads/kile-2.1/src"
-DCMAKE_INSTALL_PREFIX=$HOME/kile-install
-DCMAKE_BUILD_TYPE="Debug" -Wno-dev
then there is an error:
CMake Error at data/icons/actions/CMakeLists.txt:1 (KDE4_INSTALL_ICONS):
Unknown CMake command "KDE4_INSTALL_ICONS".
I'm using Cmake version 2.8.3. How to get rid off this error?