From: frog Date: Wed, 27 Nov 2002 22:52:49 +0000 (+0000) Subject: Updated INSTALL. --- Frog X-Git-Tag: April2003~75 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=e9f89d060b210d02d1724cef4ac8456c624094cb;p=gdcm.git Updated INSTALL. --- Frog --- diff --git a/INSTALL b/INSTALL index da4a77a4..67f032ae 100644 --- 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)