kdevelop4 and C++ requires cmake
I want to use kdevelop4 for c++ programming but when I try to run the application kdevelop4 wants cmake binary file! How can I solve this problem开发者_C百科?
It sounds like you need to install CMake. If you are on a Linux system, aptitude install cmake
(for Debian/ubuntu) or yum install cmake
(for Red Hat/Fedora) should do the trick. On Windows, you may need to download and install CMake yourself.
精彩评论