X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=INSTALL;h=922c4ae000362ac67f4e04d2038f3b6e0d2b94d7;hb=HEAD;hp=ecae1fa749fe4f7a8c5f34fb378b61847d7d2ad3;hpb=90a2b8eeadb9d5afb2bc165b080f8a4622f5deb4;p=gdcm.git diff --git a/INSTALL b/INSTALL index ecae1fa7..922c4ae0 100644 --- a/INSTALL +++ b/INSTALL @@ -1,31 +1,19 @@ -* For compiling the library and C++ test programs: +################################################### +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 -./autogen.sh -./configure (optional if just after autogen.sh) -make -make instal -You can use the --prefix option of the configure script to force installation -in some place (default is /usr/local/DCMlib): - -./configure --prefix=/where/ever/you/want - - -* For testing in C++: -./Test/test ../Data/CR-MONO1-10-chest.dcm (or any other file in there) - - -* For testing in Python: -cd python/gdcmPython -make (requires SWIG Version 1.3.16u i.e. the contemporary devel version) -python testSuite.py (test suite written in unittest, you should use python2) - - -* For manual test in python: -cd python/demo -python test.py ../../Data/CR-MONO1-10-chest.dcm (or any other file) - - ------------------------------------------------------------------------------ -Documentation can be found in the Doc sub-directory. Please refer to -README file within Doc.