aboutsummaryrefslogtreecommitdiff
path: root/DEPENDENCIES
diff options
context:
space:
mode:
authorSteve McIntyre <steve.mcintyre@linaro.org>2014-07-10 18:49:26 +0100
committerMaxim Uvarov <maxim.uvarov@linaro.org>2014-07-11 16:43:07 +0400
commita356c0a87e8f566fcaa01bde09c44bbd63ef7815 (patch)
treec80a53c7f6d5fa4f69f8523f8d2f8783662eda1c /DEPENDENCIES
parent70a11f758eeeeed3094e7f5f7d66911ca8e4795f (diff)
List required/suggested dependencies for building ODP
Add some documentation describing the minimum requirements and recommended versions of tools and libraries for building ODP. This initial checkin just mentions the Linux kernel and autotools. Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org> Reviewed-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r--DEPENDENCIES18
1 files changed, 18 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
new file mode 100644
index 0000000..4b7faef
--- /dev/null
+++ b/DEPENDENCIES
@@ -0,0 +1,18 @@
+Prerequisites for building the OpenDataPlane (ODP) API
+
+1. Linux kernel >= 3.0
+
+ Version 3.0+ needed for the sendmmsg() interface
+
+2. autotools
+
+ automake
+ autoconf
+ autoconf-archive
+ libtool
+
+ On Debian/Ubuntu systems:
+ $ sudo apt-get install automake autoconf autoconf-archive libtool
+
+ On CentOS/RedHat/Fedora systems:
+ $ sudo yum install automake autoconf autoconf-archive libtool libtoolize