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. 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 build make test make install In MinGW it is perl Makefile.PL make.bat dmake -f Makefile_Geo__GDAL test clean.bat dmake -f Makefile_Geo__GDAL install You may need to edit the Makefile.PL to add the path to the GDAL DLL. DEPENDENCIES This module requires the GDAL library. DOCUMENTATION The documentation is maintained in Doxygen files. Doxygen is available at www.doxygen.org. You will also need Perl Doxygen Filter from http://www.bigsister.ch/doxygenfilter/ and my extension to it from http://map.hut.fi/files/doxygenfilter/. To generate the documentation type doxygen You can find the documentation also at http://map.hut.fi/doc/Geo-GDAL/html/. However, Tthe comprehensive documentation of GDAL and OGR are at http://www.gdal.org/. 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.