aboutsummaryrefslogtreecommitdiff
path: root/DEPENDENCIES
diff options
context:
space:
mode:
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r--DEPENDENCIES11
1 files changed, 11 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
index 5b5f66904..b0762067e 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -403,3 +403,14 @@ Prerequisites for building the OpenDataPlane (ODP) API
To have this tool also check spelling you need codespell.
# Debian/Ubuntu
$ sudo apt-get install codespell
+
+8.0 Command Line Interface (optional)
+
+ ODP applications (see e.g. ./example/cli) may use CLI helper (./helper/include/odp/helper/cli.h)
+ to provide a command line interface to the user. CLI helper depends on libcli library.
+
+ # Debian/Ubuntu
+ $ sudo apt-get install libcli-dev
+
+ # CentOS/RedHat/Fedora
+ $ sudo yum install libcli-devel