From be80da61117c4a658952478931a3944c950dc04f Mon Sep 17 00:00:00 2001 From: lebarjack Date: Mon, 22 Feb 2010 11:15:42 +0100 Subject: [PATCH] Updated required software documentation --- INSTALL | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/INSTALL b/INSTALL index ca56d0f1..761254ce 100644 --- a/INSTALL +++ b/INSTALL @@ -90,7 +90,18 @@ other application I will happily accept patches to make it do that, but I am pretty sure it won't work that way out of the box. +Several helper programs are needed to setup and upgrade davical: + Perl with DBI and DBD-Pg + Debian: aptitude install libdbi-perl libdbd-pg-perl + Gentoo: emerge dev-perl/DBI dev-perl/DBD-Pg + Yaml + Debian: aptitude install libyaml-perl + Gentoo: emerge dev-perl/yaml + + pwgen (not mandatory) + Debian: aptitude install pwgen + Gentoo: app-admin/pwgen Database Setup ==============