From: frog Date: Fri, 21 Feb 2003 16:00:13 +0000 (+0000) Subject: * python/setup.py now works on Un*x. (harder than I thougth) X-Git-Tag: April2003~36 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=53a2dad942e500f2e65af646528b907fa3eaa8ec;p=gdcm.git * 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. --- Frog --- diff --git a/ChangeLog b/ChangeLog index 285eaff5..794a35e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ 2003-02-20 Eric Boix + * 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 * src/gdcmHeader.cxx : bug fix - opening dicom file in binary !!! * modifications in MSVC projects diff --git a/INSTALL b/INSTALL index e9072f57..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