X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=INSTALL;h=922c4ae000362ac67f4e04d2038f3b6e0d2b94d7;hb=f47dd1ac5b832753a6402ddba786783aec380f1c;hp=67f032ae0c8d1d48b994e6e37d7ee40029a3af3c;hpb=e9f89d060b210d02d1724cef4ac8456c624094cb;p=gdcm.git diff --git a/INSTALL b/INSTALL index 67f032ae..922c4ae0 100644 --- a/INSTALL +++ b/INSTALL @@ -1,16 +1,19 @@ -cd src -make +################################################### +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 -For testing in C++: -cd Test -make -./test ../Data/CR-MONO1-10-chest.dcm (or any other file in there) -For testing in Python: -cd python -make (requires SWIG Version 1.3.16u i.e. the contemporary devel version) -python testSuite.py (test suite written in unittest) - -For manual test in python: -cd python/demo -python test.py ../../Data/CR-MONO1-10-chest.dcm (or any other file)