]> Creatis software - gdcm.git/blobdiff - INSTALL
* python/setup.py now works on Un*x. (harder than I thougth)
[gdcm.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index e9072f5794374212e3e1038dfddf3dc86bb139db..2df8268570fecc2690632be754cc033fc4149e90 100644 (file)
--- 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