wiki:BuildingGeoinformatica

Building Geoinformatica stack

Prerequisites

Proj4, GEOS, PostGIS, GDAL

The Perl bindings of GDAL (aka Geo::GDAL module) is required.

perl Makefile.PL is replaced with make build in gdal/swig/perl

libral

sh autogen # if repository version
./configure
make
make install

Perl modules

In this order: Geo-OGC-Geometry, Gtk2-Ex-Geo, Geo-Raster, Geo-Vector, Gtk2-Ex-Geo-Graph do

perl Makefile.PL
make 
make test
make install

Geo-Raster and Geo-Vector depend on each other and thus you may need first to ignore errors in make test of the one you install first.

The GUI

The GUI application is gui.pl in Geoinformatica.tar.gz

Last modified 14 years ago Last modified on Jun 30, 2010, 6:27:45 AM
Note: See TracWiki for help on using the wiki.