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