Geo-GDAL ======================= This is the swig-generated Perl interface to the GDAL/OGR library. The same one, which is distributed with GDAL. GDAL is available from www.gdal.org. This is based on the GDAL 1.3.2, the difference is that the module names are here changed to the Geo namespace. You need to have the development (header files etc.) versions of gdal and geos libraries available in your system to build these modules. This module is _not_ compatible with Geo::GDAL 0.11 INSTALLATION To install this module type the following: perl Makefile.PL make -f Makefile make -f Makefile_Geo__GDAL__Const make -f Makefile_Geo__OGR make -f Makefile_Geo__OSR make -f Makefile test make -f Makefile install In MinGW it is perl Makefile.PL make.bat dmake test dmake install The test codes are known to fail 3+12 tests out of 967+334 tests. DEPENDENCIES This module requires the GDAL and GEOS libraries: COPYRIGHT AND LICENCE Copyright (C) 2006 by Ari Jolma and GDAL Swig people This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.5 or, at your option, any later version of Perl 5 you may have available.