]> Creatis software - gdcm.git/blob - INSTALL
Update INSTALL for cmake
[gdcm.git] / INSTALL
1 ###################################################
2 For the impatient:
3  * cvs -d:pserver:anonymous@cvs.creatis.insa-lyon.fr:2402/cvs/public login
4    answer anonymous
5  * cvs -d:pserver:anonymous@cvs.creatis.insa-lyon.fr:2402/cvs/public co gdcm
6  * cd gdcm
7  * ./autogen.sh (--enable-python --enable-vtk --enable-doc)
8  * make
9  * make install
10  
11 # As of May 2004, cmake has taken over the world^W autotools, therefore you'll 
12   need to grab a recent version from :
13   
14      http://cmake.org (later than 1.8.3)
15      
16   Then install instruction are:
17  * cvs -d:pserver:anonymous@cvs.creatis.insa-lyon.fr:2402/cvs/public login
18    answer anonymous
19  * cvs -d:pserver:anonymous@cvs.creatis.insa-lyon.fr:2402/cvs/public co gdcm
20  * mkdir gdcmbin
21  * cd gdcmbin
22  * ccmake ../gdcm
23    [select your configuration]
24  * Press 'c' (configure), Press 'g' (generate)
25  * make
26  * make install
27
28 ###################################################
29 The full documentation for installation is available at
30    http://www.creatis.insa-lyon.fr/Public/Gdcm/html.developper/DoxyInstallation.html
31
32 ###################################################
33 The documentation can also be found in the Doc sub-directory. Please refer to 
34 README file within Doc.