Install on Debian
From Geoqo
(Difference between revisions)
| Line 1: | Line 1: | ||
| − | *for DBI | + | *for installing the DBI perl module: |
| − | + | **; sudo apt-get install libdbi-perl | |
| − | *sudo apt-get install libsqlite3-0 | + | *for installing sqlite: |
| − | *sudo apt-get install libsqlite3-dev | + | ** install the base libraries: |
| − | + | ***; sudo apt-get install libsqlite3-0 | |
| − | + | ***; sudo apt-get install libsqlite3-dev | |
| − | * | + | ** Then insall the perl module itself: |
| − | *install DBD::SQLite2 | + | ***; perl -MCPAN -e shell |
| − | * | + | **** [fill out the various prompts if it asks you questions] |
| − | + | ***At the CPAN prompt that says ''cpan>'' type: | |
| − | *perl Makefile.PL | + | ****;install DBD::SQLite2 |
| − | *make | + | *** Then quit CPAN: |
| − | *sudo make install | + | ****;exit |
| − | *geoqo --setup-database | + | * Built and install geoqo: |
| + | **;perl Makefile.PL | ||
| + | **;make | ||
| + | **;sudo make install | ||
| + | * Setup the (default) geoqo database: | ||
| + | **;geoqo --setup-database | ||
Revision as of 05:52, 16 February 2007
- 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:
- 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:
- Built and install geoqo:
- perl Makefile.PL
- make
- sudo make install
- Setup the (default) geoqo database:
- geoqo --setup-database