From eac3c037e7547b1ed1a15f0ee2e0daccacc88ec5 Mon Sep 17 00:00:00 2001 From: Petri Savolainen Date: Fri, 4 Jan 2019 16:21:02 +0200 Subject: dependencies: add libconfig package name Added apt-get and yum package names for libconfig. Signed-off-by: Petri Savolainen Reviewed-by: Bill Fischofer Signed-off-by: Maxim Uvarov --- DEPENDENCIES | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/DEPENDENCIES b/DEPENDENCIES index 10a9861ca..d5214663f 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -19,7 +19,13 @@ Prerequisites for building the OpenDataPlane (ODP) API 3. Required packages - Libraries currently required to link: openssl, libatomic, libconfig + Libraries currently required to link: libconfig, openssl, libatomic + + On Debian/Ubuntu systems: + $ sudo apt-get install libconfig-dev + + On CentOS/RedHat/Fedora systems: + $ sudo yum install libconfig-devel It is possible to build ODP without OpenSSL by passing flag --without-openssl to configure script. However this will result in -- cgit v1.2.3