Install on Debian
From Geoqo
(Difference between revisions)
(add some suggested packages as debian packages) |
|||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
(type everything you see in '''bold''' text) | (type everything you see in '''bold''' text) | ||
| − | *for installing the | + | *for installing the required perl modules DBI, dbd-sqlite2 and xml-simple: |
| − | **; sudo apt-get install libdbi-perl | + | **; sudo apt-get install libdbi-perl libsqlite3-0 libsqlite3-dev libdbd-sqlite2-perl libxml-simple-perl |
| − | *for installing | + | *for installing some of the suggested perl modules (all on one line): |
| − | + | **; sudo apt-get install libclass-methodmaker-perl libarchive-zip-perl libterm-progressbar-perl libchart-perl libglib-perl libgtk2-perl liblingua-pt-stemmer-perl libtext-german-perl libclass-container-perl liblingua-stem-perl libparams-validate-perl | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
* Unpack geoqo: | * Unpack geoqo: | ||
**'''tar xzf geoqo-{{VER}}.tar.gz''' | **'''tar xzf geoqo-{{VER}}.tar.gz''' | ||
**'''cd geoqo-{{VER}}''' | **'''cd geoqo-{{VER}}''' | ||
* Check for needed modules: | * Check for needed modules: | ||
| − | **'''./check-prerequisites.pl''' | + | **'''sudo ./check-prerequisites.pl''' |
* Built and install geoqo: | * Built and install geoqo: | ||
**'''perl Makefile.PL''' | **'''perl Makefile.PL''' | ||
**'''make''' | **'''make''' | ||
**'''sudo make install''' | **'''sudo make install''' | ||
Latest revision as of 21:10, 30 October 2008
(type everything you see in bold text)
- for installing the required perl modules DBI, dbd-sqlite2 and xml-simple:
- sudo apt-get install libdbi-perl libsqlite3-0 libsqlite3-dev libdbd-sqlite2-perl libxml-simple-perl
- for installing some of the suggested perl modules (all on one line):
- sudo apt-get install libclass-methodmaker-perl libarchive-zip-perl libterm-progressbar-perl libchart-perl libglib-perl libgtk2-perl liblingua-pt-stemmer-perl libtext-german-perl libclass-container-perl liblingua-stem-perl libparams-validate-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