From: Mauro Carvalho Chehab Date: Wed, 29 May 2013 14:03:04 +0000 (-0300) Subject: README: update to reflect the need of perl DBI sqlite X-Git-Tag: v0.4.1~4 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=03dd5258c5ea71fca7c706618dac240228a5fda3;p=users%2Fmchehab%2Frasdaemon.git README: update to reflect the need of perl DBI sqlite This is now needed by ras-mc-ctl. Signed-off-by: Mauro Carvalho Chehab --- diff --git a/README b/README index e34903c..9419ab2 100644 --- a/README +++ b/README @@ -78,9 +78,10 @@ by installing the following packages: libtool tar sqlite-devel (if sqlite3 will be used) + perl-dbd-sqlite (if sqlite3 will be used) To install then on Fedora, run: - yum install -y make gcc autoconf automake libtool tar + yum install -y make gcc autoconf automake libtool tar perl-dbd-sqlite Or, if sqlite3 database will be used to store data: yum install -y make gcc autoconf automake libtool tar sqlite-devel