[Cmake] ccmake

Bill Hoffman bill . hoffman at kitware . com
Wed, 14 Nov 2001 09:02:26 -0500


Berk Geveci at Kitware has implemented a curses interface to cmake.
It still needs a few more features, (like help).  However, it is functional.
You run it just like the command line cmake.

For example,

mkdir Project-build
cd Project-build
ccmake ../Project

The main idea is for use on UNIX where there is not always a GUI.


-Bill