X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=INSTALL;h=2df8268570fecc2690632be754cc033fc4149e90;hb=25efc388a88895fc1ba2b961d5f27488ab3c073c;hp=93ffa792a2773615e0880a16322b0e5c1ef7ba69;hpb=5581a576a5749e2335205ece834b92afad111ad8;p=gdcm.git diff --git a/INSTALL b/INSTALL index 93ffa792..2df82685 100644 --- a/INSTALL +++ b/INSTALL @@ -1,6 +1,7 @@ * For compiling the library and C++ test programs: -./configure +./autogen.sh +./configure (optional if just after autogen.sh) make make install @@ -23,3 +24,8 @@ python testSuite.py (test suite written in unittest, you should use python2) * For manual test in python: cd python/demo python test.py ../../Data/CR-MONO1-10-chest.dcm (or any other file) + + +----------------------------------------------------------------------------- +Documentation can be found in the Doc sub-directory. Please refer to +README file within Doc.