]> Creatis software - gdcm.git/commitdiff
* python/setup.py now works on Un*x. (harder than I thougth)
authorfrog <frog>
Fri, 21 Feb 2003 16:00:13 +0000 (16:00 +0000)
committerfrog <frog>
Fri, 21 Feb 2003 16:00:13 +0000 (16:00 +0000)
      * python/distutilsSwigCPlusPlus.py can now have include files
        among the list of sources.   --- Frog

ChangeLog
INSTALL

index 285eaff59f4e664bbfca574ff9134d3a0237226a..794a35e92100976be53e36ba877aea7f2abcdd01 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
 2003-02-20 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
+      * python/setup.py now works on Un*x. (harder than I thougth)
+      * python/distutilsSwigCPlusPlus.py can now have include files
+        among the list of sources.
+      
+2003-02-20 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
       * src/gdcmHeader.cxx : bug fix - opening dicom file in binary !!!
       * modifications in MSVC projects
 
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