]> Creatis software - gdcm.git/blob - INSTALL
67f032ae0c8d1d48b994e6e37d7ee40029a3af3c
[gdcm.git] / INSTALL
1 cd src
2 make
3
4 For testing in C++:
5 cd Test
6 make
7 ./test ../Data/CR-MONO1-10-chest.dcm (or any other file in there)
8
9 For testing in Python:
10 cd python
11 make  (requires SWIG Version 1.3.16u i.e. the contemporary devel version)
12 python testSuite.py (test suite written in unittest)
13
14 For manual test in python:
15 cd python/demo
16 python test.py ../../Data/CR-MONO1-10-chest.dcm (or any other file)