summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 5 insertions, 3 deletions
diff --git a/README b/README
index c63a08bb..635ae02d 100644
--- a/README
+++ b/README
@@ -12,11 +12,11 @@ Requirements
global requirements:
Linux, or an OS that resembles Linux. Chances are VNDB won't run on Windows.
- PostgreSQL 8.4+
- perl 5.10 recommended, 5.8 may also work
+ PostgreSQL 9.0+ (don't try older versions or other SQL databases, it won't work)
+ perl 5.12 recommended, 5.10 may also work
A webserver that works with YAWF (lighttpd and Apache are known to work)
- (perl 5.10 core modules are not listed.)
+ (perl 5.12 core modules are not listed.)
util/vndb.pl:
Algorithm::Diff::Fast
@@ -35,6 +35,8 @@ Requirements
DBD::Pg
POE
POE::Component::Pg (get it from http://g.blicky.net/poco-pg.git/)
+ Feed:
+ XML::Writer
IRC:
POE::Component::IRC
URI::Escape