Install on Debian
From Geoqo
(Difference between revisions)
| Line 8: | Line 8: | ||
***; sudo apt-get install libsqlite3-dev | ***; sudo apt-get install libsqlite3-dev | ||
** Then insall the perl module itself: | ** Then insall the perl module itself: | ||
| − | ***; perl -MCPAN -e shell | + | ***; sudo perl -MCPAN -e shell |
**** [fill out the various prompts if it asks you questions] | **** [fill out the various prompts if it asks you questions] | ||
***At the CPAN prompt that says ''cpan>'' type: | ***At the CPAN prompt that says ''cpan>'' type: | ||
| Line 18: | Line 18: | ||
**'''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''' | ||
Revision as of 05:01, 1 November 2007
(type everything you see in bold text)
- for installing the DBI perl module:
- sudo apt-get install libdbi-perl
- for installing sqlite:
- install the base libraries:
- sudo apt-get install libsqlite3-0
- sudo apt-get install libsqlite3-dev
- Then insall the perl module itself:
- sudo perl -MCPAN -e shell
- [fill out the various prompts if it asks you questions]
- At the CPAN prompt that says cpan> type:
- install DBD::SQLite2
- Then quit CPAN:
- exit
- install the base libraries:
- 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