From 3f0c0dc58eba64083f79a898d6f60119cd448650 Mon Sep 17 00:00:00 2001 From: malaterre Date: Sun, 16 May 2004 21:40:48 +0000 Subject: [PATCH] Update INSTALL for cmake --- INSTALL | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 123306df..52971796 100644 --- a/INSTALL +++ b/INSTALL @@ -6,7 +6,24 @@ For the impatient: * cd gdcm * ./autogen.sh (--enable-python --enable-vtk --enable-doc) * make - * make instal + * make install + +# As of May 2004, cmake has taken over the world^W autotools, therefore you'll + need to grab a recent version from : + + http://cmake.org (later than 1.8.3) + + Then install instruction are: + * cvs -d:pserver:anonymous@cvs.creatis.insa-lyon.fr:2402/cvs/public login + answer anonymous + * cvs -d:pserver:anonymous@cvs.creatis.insa-lyon.fr:2402/cvs/public co gdcm + * mkdir gdcmbin + * cd gdcmbin + * ccmake ../gdcm + [select your configuration] + * Press 'c' (configure), Press 'g' (generate) + * make + * make install ################################################### The full documentation for installation is available at -- 2.45.1