[Insight-developers] RE: Changes toCMake

Ken Martin ken.martin@kitware.com
Mon, 21 May 2001 15:12:43 -0400


> How do you build an out of source cmake? We need this for testing.

The same basic way as any other UNIXish package should work

mkdir CMake-Linux
cd CMake-Linux
../CMake/configure
make

Ken