Changes between Version 5 and Version 6 of BuildWithMingw


Ignore:
Timestamp:
Jun 9, 2009, 1:44:22 PM (15 years ago)
Author:
ajolma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildWithMingw

    v5 v6  
    8585* libral
    8686  * there's a MinGW specific Makefile, use it The DLL's may be bloated because of debug code, use strip --strip-debug x.dll to remove it.
     87
     88= Perl interface to GDAL =
     89
     90In CPAN there is Geo::GDAL, whose latest version is for the latest version of GDAL. It is in practice the same as the one distributed with the GDAL source code. I recommend that you always build the Geo::GDAL module separately from GDAL itself, after you have built and installed GDAL. In the GDAL source directory, while in MSYS, say (this requires swig):
     91
     92{{{
     93cd swig/perl
     94rm *wrap*
     95make generate
     96}}}
     97
     98Then in dos command prompt
     99
     100{{{
     101perl Makefile.PL
     102make
     103make test
     104make install
     105}}}
     106
     107= Geo::Raster and Geo::Vector =
     108
     109These two modules are interdependent, so dmake install both before running dmake test in either (this is a bug that should be corrected).
     110
     111= Gtk2::Ex::Geo =
     112
     113In a case the image-base in Makefile had to be changed to the actual base, shown by the depends -tool.