aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@linaro.org>2019-01-04 16:21:02 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2019-01-09 16:03:39 +0300
commiteac3c037e7547b1ed1a15f0ee2e0daccacc88ec5 (patch)
tree0b03e2cca082111d4898a85214e008932f6c33c1
parent87a81d8b4feb08fdf60a960ac2b003233fc0ae3b (diff)
dependencies: add libconfig package name
Added apt-get and yum package names for libconfig. Signed-off-by: Petri Savolainen <petri.savolainen@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
-rw-r--r--DEPENDENCIES8
1 files changed, 7 insertions, 1 deletions
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