]> 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 e9072f5794374212e3e1038dfddf3dc86bb139db..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):