comparison README @ 45:4d59ba5905f6

addressed the modules you need to install
author "Rex Tsai <chihchun@kalug.linux.org.tw>"
date Fri, 17 Oct 2008 12:55:59 +0800
parents 1dbb3e3c8691
children 9466964ae5bb
comparison
equal deleted inserted replaced
44:4f7bca0d6190 45:4d59ba5905f6
12 scan.pl - scan the islands and cities by coordinate or default world view. 12 scan.pl - scan the islands and cities by coordinate or default world view.
13 scores.pl - scan and update the scores of accounts. 13 scores.pl - scan and update the scores of accounts.
14 sheep.pl - find the sheep to kill, takes coordinate or default world view. 14 sheep.pl - find the sheep to kill, takes coordinate or default world view.
15 15
16 = HOWTO = 16 = HOWTO =
17 * Install *many* perl modules.
18 libclass-dbi-autoloader-perl - Class::DBI::AutoLoader
19 libclass-dbi-perl - Class::DBI
20 libclass-dbi-sqlite-perl - Class::DBI::SQLite
21 libhtml-tagparser-perl - HTML::TagParser;
22 libio-compress-zlib-perl - IO::Uncompress::Gunzip
23 libwww-perl - LWP
24 libwww-mechanize-perl - WWW::Mechanize
25
17 * Create the sqlite3 database 'ikariam.sqlite' first, based on ikariam.sql 26 * Create the sqlite3 database 'ikariam.sqlite' first, based on ikariam.sql
27 $ cat ikariam.sql|sqlite3 ikariam.sqlite
18 * Create the config file, at ${HOME}/.eagleeye.pm. The file content are 28 * Create the config file, at ${HOME}/.eagleeye.pm. The file content are
19 package main; 29 package main;
20 30
21 $::server = 's2.ikariam.tw'; 31 $::server = 's2.ikariam.tw';
22 $::user = "chihchun"; 32 $::user = "chihchun";