changeset 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 4f7bca0d6190 (current diff) 1dbb3e3c8691 (diff)
children 9466964ae5bb
files README
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;