Changes between Version 3 and Version 4 of Perl


Ignore:
Timestamp:
Sep 10, 2015, 12:00:11 AM (9 years ago)
Author:
Ari Jolma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Perl

    v3 v4  
    1 Typically you 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).
    2 
    3 The Perl bindings, as all so called "new generation" bindings for GDAL, are generated from [wiki:SWIG GDAL SWIG interface] files with SWIG. The bindings are a set of .c and .cpp files and other files whose type depends on the language. In the case of Perl, these SWIG generated files are not stored in the repository. The bindings are generated by {{{make generate}}}. In the case of Perl, {{{make build}}} falls back to do {{{make generate}}} first if a wrapper file does not exist.
    4 
    5 To rebuild wrappers make sure to remove the old ones by {{{make veryclean}}} first.
    6 
    7 The Perl bindings can be tested by {{{make test}}}.
    8 
    9 The Perl bindings can be installed by {{{make install}}}.
    10 
    11 [wiki:BuildHints <- back to Build hints main page]
     1goto [[GdalOgrInPerl]]