X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=INSTALL;h=529717968891a1d1997986f8a1f9163389e599b5;hb=f163238b46fdd5a54c1b6b70549ab9466c101d14;hp=e9072f5794374212e3e1038dfddf3dc86bb139db;hpb=d84a0a9e04fe65dc2ff732d75731fa403d0e02b8;p=gdcm.git diff --git a/INSTALL b/INSTALL index e9072f57..52971796 100644 --- a/INSTALL +++ b/INSTALL @@ -1,30 +1,34 @@ -* For compiling the library and C++ test programs: - -./configure -make -make install - -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 +################################################### +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 install + +# 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 + +################################################### +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.