X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=INSTALL;h=922c4ae000362ac67f4e04d2038f3b6e0d2b94d7;hb=HEAD;hp=123306df070f31231786a5e703c337905989a2ee;hpb=1fa3ad521c365a3c26ad6f922366858bf43917d3;p=gdcm.git diff --git a/INSTALL b/INSTALL index 123306df..922c4ae0 100644 --- a/INSTALL +++ b/INSTALL @@ -1,17 +1,19 @@ ################################################### -For the impatient: +The installation documentation entry point is Doc/Website/Installation.html +################################################### +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 - * cd gdcm - * ./autogen.sh (--enable-python --enable-vtk --enable-doc) + * mkdir gdcmbin + * cd gdcmbin + * ccmake ../gdcm + [select your configuration] + * Press 'c' (configure), Press 'g' (generate) * make - * make instal + * make install -################################################### -The full documentation for installation is available at - http://www.creatis.insa-lyon.fr/Public/Gdcm/html.developper/DoxyInstallation.html -################################################### -The documentation can also be found in the Doc sub-directory. Please refer to -README file within Doc.