]> www.infradead.org Git - users/mchehab/rasdaemon.git/commitdiff
README: update to reflect the need of perl DBI sqlite
authorMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 29 May 2013 14:03:04 +0000 (11:03 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 29 May 2013 14:03:04 +0000 (11:03 -0300)
This is now needed by ras-mc-ctl.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
README

diff --git a/README b/README
index e34903c49a020676ea5bd35d98dcffe2cec46f92..9419ab2eff1abf4e253037929199af0fda9bfaeb 100644 (file)
--- 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