Install on Debian
From Geoqo
(Difference between revisions)
(mention debian packages instead of downloading the perl modules by hand) |
|||
| Line 1: | Line 1: | ||
(type everything you see in '''bold''' text) | (type everything you see in '''bold''' text) | ||
| − | *for installing the DBI | + | *for installing the perl modules DBI, dbd-sqlite2 and xml-simple: |
| − | **; sudo apt-get install libdbi-perl | + | **; sudo apt-get install libdbi-perl libdbd-sqlite2-perl libxml-simple-perl |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
* Unpack geoqo: | * Unpack geoqo: | ||
**'''tar xzf geoqo-{{VER}}.tar.gz''' | **'''tar xzf geoqo-{{VER}}.tar.gz''' | ||
Revision as of 20:43, 30 October 2008
(type everything you see in bold text)
- for installing the perl modules DBI, dbd-sqlite2 and xml-simple:
- sudo apt-get install libdbi-perl libdbd-sqlite2-perl libxml-simple-perl
- Unpack geoqo:
- tar xzf geoqo-1.11.tar.gz
- cd geoqo-1.11
- Check for needed modules:
- sudo ./check-prerequisites.pl
- Built and install geoqo:
- perl Makefile.PL
- make
- sudo make install