[vtk-developers] CMake
Ken Martin
ken.martin at kitware.com
Mon May 21 17:30:41 EDT 2001
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
More information about the vtk-developers
mailing list