From 79dcdc0491713eff97c65a2412779300552040a3 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Mon, 14 May 2012 16:58:36 -0700 Subject: [PATCH] Add libconfig-dev dependency for oflops. --- util/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/install.sh b/util/install.sh index 8186d87..14e3732 100755 --- a/util/install.sh +++ b/util/install.sh @@ -383,7 +383,7 @@ function oftest { function cbench { echo "Installing cbench..." - $install libsnmp-dev libpcap-dev + $install libsnmp-dev libpcap-dev libconfig-dev cd ~/ git clone git://openflow.org/oflops.git cd oflops