]> Creatis software - gdcm.git/blobdiff - INSTALL
Memory fixes (valgrind need to be run on .libs/vtkgdcmdemo and not the script).
[gdcm.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 93ffa792a2773615e0880a16322b0e5c1ef7ba69..ecae1fa749fe4f7a8c5f34fb378b61847d7d2ad3 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,9 @@
 * For compiling the library and C++ test programs:
 
-./configure
+./autogen.sh
+./configure (optional if just after autogen.sh)
 make
-make install
+make instal
 
 You can use the --prefix option of the configure script to force installation
 in some place (default is /usr/local/DCMlib):
@@ -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.