[CMake] Where can i get cmake-gui rpm for RHEL5 (Redhat 5) (download the source code is even better) ?

Eric Noulard eric.noulard at gmail.com
Mon Nov 2 13:36:23 EST 2009


2009/11/2 tech user <techsgin at gmail.com>:
> Hi all
>
> Thanks in advance
>
> 1) We are trying to install cmake-gui for RHEL5 and we couldn't find any rpm
> available ? (* we used yum and we have a proper license)
>
> 2) what is the url for cmake-gui source code ? (svn, cvs)

cmake-gui is part of the CMake source.
Source are available as tarball/zip or from CVS:
http://www.cmake.org/cmake/resources/software.html

You should be able to build your own RPM from source using CPack RPM generator.

After you have properly configured your build tree (including the
build of CMake GUI)

cd /to/your/buildtree
make
cpack -G RPM


-- 
Erk
Membre de l'April - « promouvoir et défendre le logiciel libre » -
http://www.april.org


More information about the CMake mailing list