From 03dd5258c5ea71fca7c706618dac240228a5fda3 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Wed, 29 May 2013 11:03:04 -0300 Subject: [PATCH] README: update to reflect the need of perl DBI sqlite This is now needed by ras-mc-ctl. Signed-off-by: Mauro Carvalho Chehab --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.51.0