[Insight-developers] CMake

Ken Martin ken.martin@kitware.com
Mon, 21 May 2001 17:30:41 -0400


I have checked in some changes (with Bill and Brad) so that CMake
builds out of place and has a make install target that will install it
on UNIX.  I have also put together a windows binary at

http://public.kitware.com/CMake/CMSetup.exe

Once you have CMake built and installed the process for building
Insight or vtknew is basically

cd Insight-Linux
cmake ../Insight
(optionally edit your CMakeCache.txt file)
make

same idea for vtknew

On Windows you'd just run cmake from the desktop shortcut or the
Program Files menu and use the GUI to set everything up.

Ken