Install on Debian
From Geoqo
(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-0.99.tar.gz
- cd geoqo-0.99
- Check for needed modules:
- sudo ./check-prerequisites.pl
- Built and install geoqo:
- perl Makefile.PL
- make
- sudo make install
