]> Creatis software - gdcm.git/blob - INSTALL
* Doc/Doxyfile configuration file for Doxygen and corresponding
[gdcm.git] / INSTALL
1 * For compiling the library and C++ test programs:
2
3 ./configure
4 make
5 make install
6
7 You can use the --prefix option of the configure script to force installation
8 in some place (default is /usr/local/DCMlib):
9
10 ./configure --prefix=/where/ever/you/want
11
12
13 * For testing in C++:
14 ./Test/test ../Data/CR-MONO1-10-chest.dcm (or any other file in there)
15
16
17 * For testing in Python:
18 cd python/gdcmPython
19 make  (requires SWIG Version 1.3.16u i.e. the contemporary devel version)
20 python testSuite.py (test suite written in unittest, you should use python2)
21
22
23 * For manual test in python:
24 cd python/demo
25 python test.py ../../Data/CR-MONO1-10-chest.dcm (or any other file)
26
27
28 -----------------------------------------------------------------------------
29 Documentation can be found in the Doc sub-directory. Please refer to 
30 README file within Doc.