]> Creatis software - gdcm.git/blob - INSTALL
Fix mistypings
[gdcm.git] / INSTALL
1 ###################################################
2 The installation documentation entry point is Doc/Website/Installation.html
3 ###################################################
4 As of May 2004, cmake has taken over the world^W autotools, therefore
5 you'll need to grab a recent version from: http://cmake.org (later than 1.8.3)
6      
7  Then install instruction are:
8  * cvs -d:pserver:anonymous@cvs.creatis.insa-lyon.fr:2402/cvs/public login
9    answer anonymous
10  * cvs -d:pserver:anonymous@cvs.creatis.insa-lyon.fr:2402/cvs/public co gdcm
11  * mkdir gdcmbin
12  * cd gdcmbin
13  * ccmake ../gdcm
14    [select your configuration]
15  * Press 'c' (configure), Press 'g' (generate)
16  * make
17  * make install
18
19