X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=INSTALL;h=922c4ae000362ac67f4e04d2038f3b6e0d2b94d7;hb=HEAD;hp=da4a77a4a69d252004eccca3a56df108b96e6f76;hpb=884472a9ba7fe8b2750daca844a7e382d0d97e33;p=gdcm.git diff --git a/INSTALL b/INSTALL index da4a77a4..922c4ae0 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,19 @@ -cd src -make -cd ../test -make -./test +################################################### +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 + * mkdir gdcmbin + * cd gdcmbin + * ccmake ../gdcm + [select your configuration] + * Press 'c' (configure), Press 'g' (generate) + * make + * make install + +