On Monday 21 July 2008, Alexander Neundorf wrote: > Hi, > > starting August 4th, i.e. Monday in 2 weeks, cmake >= 2.6.0 will be > required to build KDE from svn trunk. > So please update your cmake. > In case there are no distribution packages yet, you can get the sources > here: http://www.cmake.org/files/v2.6/cmake-2.6.0.tar.gz > > or the binary package, which should work on about every Linux distribution: > http://www.cmake.org/files/v2.6/cmake-2.6.0-Linux-i386.tar.gz > (just unpack it to any place you like, it will work). > > Here is the full download page: > http://www.cmake.org/HTML/Download.html
There is now one week left for everybody to get cmake >= 2.6.0. In case you don't want to replace the cmake coming with your distribution, you can also install an additional version of cmake into a separate directory and then call it explicitely when doing the initial cmake run, e.g.: $ /opt/cmake-2.4.6/bin/cmake .... (you can simply unpack the binary package from the cmake.org download page there, it works) Alex _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
