]> Creatis software - gdcm.git/commitdiff
Updated INSTALL. --- Frog
authorfrog <frog>
Wed, 27 Nov 2002 22:52:49 +0000 (22:52 +0000)
committerfrog <frog>
Wed, 27 Nov 2002 22:52:49 +0000 (22:52 +0000)
INSTALL

diff --git a/INSTALL b/INSTALL
index da4a77a4a69d252004eccca3a56df108b96e6f76..67f032ae0c8d1d48b994e6e37d7ee40029a3af3c 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,5 +1,16 @@
 cd src
 make
-cd ../test
+
+For testing in C++:
+cd Test
 make
-./test
+./test ../Data/CR-MONO1-10-chest.dcm (or any other file in there)
+
+For testing in Python:
+cd python
+make  (requires SWIG Version 1.3.16u i.e. the contemporary devel version)
+python testSuite.py (test suite written in unittest)
+
+For manual test in python:
+cd python/demo
+python test.py ../../Data/CR-MONO1-10-chest.dcm (or any other file)