Changes between Initial Version and Version 1 of BuildingGeoinformatica


Ignore:
Timestamp:
Jun 30, 2010, 6:27:45 AM (14 years ago)
Author:
ajolma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingGeoinformatica

    v1 v1  
     1= Building Geoinformatica stack =
     2== Prerequisites ==
     3
     4Proj4, GEOS, PostGIS, GDAL
     5
     6The Perl bindings of GDAL (aka Geo::GDAL module) is required.
     7
     8{{{perl Makefile.PL}}} is replaced with {{{make build}}} in gdal/swig/perl
     9
     10== libral ==
     11
     12{{{
     13sh autogen # if repository version
     14./configure
     15make
     16make install
     17}}}
     18
     19== Perl modules ==
     20
     21In this order: Geo-OGC-Geometry, Gtk2-Ex-Geo, Geo-Raster, Geo-Vector, Gtk2-Ex-Geo-Graph do
     22
     23{{{
     24perl Makefile.PL
     25make
     26make test
     27make install
     28}}}
     29
     30Geo-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.
     31
     32== The GUI ==
     33
     34The GUI application is gui.pl in Geoinformatica.tar.gz