Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.33 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.33 KB

Linux bin workflow
Linux share workflow
Linus sys workflow
MacOS share workflow
MacOS workflow
Windows workflow

Geo-GDAL-FFI

Perl FFI to GDAL using FFI::Platypus

INSTALLATION FROM CPAN DISTRIBUTION

To build, test and install this module the basic steps are

perl Makefile.PL make make test make install

DEPENDENCIES

FFI::Platypus PDL Alien::gdal

Alien::gdal downloads and compiles GDAL. This package will try to use an existing GDAL in the system if Alien::gdal is not found or GDAL location prefix is specified as an argument to Makefile.PL, for example

perl Makefile.PL GDAL=/usr/local

DOCUMENTATION

COPYRIGHT AND LICENCE

Copyright (C) 2017- by Ari Jolma.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.