(source: www.kdedevelopers.org/node/3754)
$wget http://www.cmake.org/files/v2.6/cmake-2.6.2-Linux-i386.tar.gz
$tar -zxvf cmake-2.6.2-Linux-i386.tar.gz
then use it:
cd myprojectdirectory
mkdir build
cd build
~/cmake-2.6.2-Linux-i386/bin/cmake ..
* for marsyas use
~/cmake-2.6.2-Linux-i386/bin/ccmake ../src/
No comments:
Post a Comment