From 53a2dad942e500f2e65af646528b907fa3eaa8ec Mon Sep 17 00:00:00 2001 From: frog Date: Fri, 21 Feb 2003 16:00:13 +0000 Subject: [PATCH] * 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 --- ChangeLog | 5 +++++ INSTALL | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.45.1