# HG changeset patch # User "Rex Tsai " # Date 1224219359 -28800 # Node ID 4d59ba5905f62b741b12a3c233be84c43821858a # Parent 4f7bca0d61904b2edff2b8b160a6f46d414e0191# Parent 1dbb3e3c8691516b8646a6035f7dd2c3db5ff4b7 addressed the modules you need to install diff -r 4f7bca0d6190 -r 4d59ba5905f6 README --- a/README Fri Oct 17 02:57:46 2008 +0800 +++ b/README Fri Oct 17 12:55:59 2008 +0800 @@ -14,7 +14,17 @@ sheep.pl - find the sheep to kill, takes coordinate or default world view. = HOWTO = + * Install *many* perl modules. +libclass-dbi-autoloader-perl - Class::DBI::AutoLoader +libclass-dbi-perl - Class::DBI +libclass-dbi-sqlite-perl - Class::DBI::SQLite +libhtml-tagparser-perl - HTML::TagParser; +libio-compress-zlib-perl - IO::Uncompress::Gunzip +libwww-perl - LWP +libwww-mechanize-perl - WWW::Mechanize + * Create the sqlite3 database 'ikariam.sqlite' first, based on ikariam.sql + $ cat ikariam.sql|sqlite3 ikariam.sqlite * Create the config file, at ${HOME}/.eagleeye.pm. The file content are package main;