summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2015-04-28 08:53:57 +0200
committerYorhel <git@yorhel.nl>2015-04-28 08:53:57 +0200
commit615b15464beb4e5d86c838e09ca6d08afc5a3f39 (patch)
tree0005b594fab9e33dba754995990ef66e281e3cce /README
parent304a47e0d6776d239810b41734a0e57f01377922 (diff)
README: Requirements updates
I'm not sure which postgres version is the minimum, but I'm sure most recent update scripts use 9.3 features. Main site runs on 9.4 at the moment.
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 7 insertions, 8 deletions
diff --git a/README b/README
index acf4307f..4fff6c62 100644
--- a/README
+++ b/README
@@ -17,11 +17,11 @@ Requirements
global requirements:
Linux, or an OS that resembles Linux. Chances are VNDB won't run on Windows.
- PostgreSQL 9.1+ (don't try older versions or other SQL databases, it won't work)
- perl 5.16 recommended, 5.10+ may also work
+ PostgreSQL 9.3+ (don't try older versions or other SQL databases, it won't work)
+ perl 5.20 recommended, 5.10+ may also work
A webserver that works with TUWF (lighttpd and Apache are known to work)
- (perl 5.16 core modules are not listed.)
+ (perl 5.20 core modules are not listed.)
util/vndb.pl:
Algorithm::Diff::XS
@@ -30,7 +30,7 @@ Requirements
Crypt::URandom
Crypt::ScryptKDF
Image::Magick
- TUWF (get it from http://g.blicky.net/tuwf.git/)
+ TUWF
FCGI (optional, for running as a FastCGI script)
PerlIO::gzip (optional, for output compression)
@@ -43,11 +43,10 @@ Requirements
PerlIO::gzip
Core:
DBI
- DBD::Pg
- POE
- POE::Component::Pg (get it from http://g.blicky.net/poco-pg.git/)
+ AnyEvent
+ AnyEvent::Pg
IRC:
- POE::Component::IRC
+ AnyEvent::IRC
Maintenance:
PerlIO::gzip
RG: