Install on Fedora Core
From Geoqo
(Difference between revisions)
(→Installing the prerequisites) |
(move yum recommendations to linux specific portion) |
||
| Line 1: | Line 1: | ||
{{UnixInstallPrereqs}} | {{UnixInstallPrereqs}} | ||
| − | <font color="red">TODO: discuss RPMs that solve | + | |
| + | === Some packages handled by yum/RPMs === | ||
| + | |||
| + | On Fedora Core 6, these packages may be useful: sqlite2, perl-DBD-SQLite2, perl-XML-Simple, perl-Class-DBI, perl-IO-String, and perl-XML-Parser. To install all of them run (as root): | ||
| + | |||
| + | '''yum install sqlite2 perl-DBD-SQLite2 perl-XML-Simple perl-Class-DBI perl-XML-Parser perl-IO-String''' | ||
| + | |||
| + | <font color="red">TODO: discuss other RPMs that solve more prereqs?</font> | ||
| + | |||
{{UnixInstallGeoQO}} | {{UnixInstallGeoQO}} | ||
Revision as of 19:34, 5 October 2007
Installing the prerequisites
Run:
./check-prerequisites.pl
- and follow the instructions. You will likely need to re-run it multiple times.
Some packages handled by yum/RPMs
On Fedora Core 6, these packages may be useful: sqlite2, perl-DBD-SQLite2, perl-XML-Simple, perl-Class-DBI, perl-IO-String, and perl-XML-Parser. To install all of them run (as root):
yum install sqlite2 perl-DBD-SQLite2 perl-XML-Simple perl-Class-DBI perl-XML-Parser perl-IO-String
TODO: discuss other RPMs that solve more prereqs?
Installing GeoQO itself
Run the following commands:
perl Makefile.PL make
And as root run:
make install