From e9f89d060b210d02d1724cef4ac8456c624094cb Mon Sep 17 00:00:00 2001 From: frog Date: Wed, 27 Nov 2002 22:52:49 +0000 Subject: [PATCH] Updated INSTALL. --- Frog --- INSTALL | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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) -- 2.45.1