This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, master has been updated via eac3c037e7547b1ed1a15f0ee2e0daccacc88ec5 (commit) from 87a81d8b4feb08fdf60a960ac2b003233fc0ae3b (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit eac3c037e7547b1ed1a15f0ee2e0daccacc88ec5 Author: Petri Savolainen petri.savolainen@linaro.org Date: Fri Jan 4 16:21:02 2019 +0200
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
diff --git a/DEPENDENCIES b/DEPENDENCIES index 10a9861c..d5214663 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
-----------------------------------------------------------------------
Summary of changes: DEPENDENCIES | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)
hooks/post-receive