X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=INSTALL;h=123306df070f31231786a5e703c337905989a2ee;hb=f8273351d460d9f04206e149febc8d1cc7af3fde;hp=da4a77a4a69d252004eccca3a56df108b96e6f76;hpb=884472a9ba7fe8b2750daca844a7e382d0d97e33;p=gdcm.git diff --git a/INSTALL b/INSTALL index da4a77a4..123306df 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,17 @@ -cd src -make -cd ../test -make -./test +################################################### +For the impatient: + * 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) + * make + * make instal + +################################################### +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.