Changes between Version 12 and Version 13 of GdalOgrInPerl


Ignore:
Timestamp:
Mar 7, 2017, 11:13:25 PM (7 years ago)
Author:
Ari Jolma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GdalOgrInPerl

    v12 v13  
    55The documentation: http://arijolma.org/Geo-GDAL/snapshot
    66
    7 Geo::GDAL is a building block of the [https://github.com/ajolma/geoinformatica Geoinformatica] stack.
     7Geo::GDAL is a building block of the (now more or less retired) [https://github.com/ajolma/geoinformatica Geoinformatica] stack. You can add processing tools written in Perl into QGIS using the Perl Processing Provider Plugin https://plugins.qgis.org/plugins/perlprocessing/ (also https://github.com/ajolma/QGISPerlProcessingProviderPlugin and https://github.com/ajolma/GDALToolsWithPerl).
    88
    99You may enable building a foreign function interface ("bindings") to GDAL for a specific supported language by using the option --with-perl (replace "perl" with your favorite language) with configure. The effect of this is that during the build process {{{cd swig; make build}}} is issued and all specified interfaces are built by {{{make build}}} in respective library (swig/perl in the case of Perl).
     
    2626
    2727The CPAN version for each branch may not be the latest since it may have a lower patch level than what is the current. To create a module with latest patches for a branch it is required to obtain a copy of that branch, either downloading a tarball or grabbing a repository snapshot {{{svn co https://svn.osgeo.org/gdal/branches/2.0}}}, configure GDAL, and proceed as explained above. However, there may be a very recent version of the module available at http://arijolma.org/Geo-GDAL/modules
     28
     29For information how to build the Perl bindings in Windows (Strawberry Perl), go to Shawn Laffan's notes at https://github.com/shawnlaffan/bd_travis_experiment/tree/master/strawberry_notes