diff mbox

[v2] List required/suggested dependencies for building ODP

Message ID 1405002610-24692-1-git-send-email-steve.mcintyre@linaro.org
State New
Headers show

Commit Message

Steve McIntyre July 10, 2014, 2:30 p.m. UTC
From: Steve McIntyre <steve.mcintyre@linaro.org>

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>
---
 DEPENDENCIES |   20 ++++++++++++++++++++
 README       |    1 +
 2 files changed, 21 insertions(+)
 create mode 100644 DEPENDENCIES

Comments

Anders Roxell July 10, 2014, 3:18 p.m. UTC | #1
On 2014-07-10 15:30, steve.mcintyre@linaro.org wrote:
> From: Steve McIntyre <steve.mcintyre@linaro.org>
> 
> 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>
> ---
>  DEPENDENCIES |   20 ++++++++++++++++++++
>  README       |    1 +
>  2 files changed, 21 insertions(+)
>  create mode 100644 DEPENDENCIES
> 
> diff --git a/DEPENDENCIES b/DEPENDENCIES
> new file mode 100644
> index 0000000..5dcddd3
> --- /dev/null
> +++ b/DEPENDENCIES
> @@ -0,0 +1,20 @@
> +Prerequisites for building the OpenDataplane (ODP) API, platform

Nit: OpenDataplane -> OpenDataPlane

after that you can add my reviewed-by in the next version

Reviewed-by: Anders Roxell <anders.roxell@linaro.org>


Cheers,
Anders

> +linux-generic.
> +
> +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
> +
> diff --git a/README b/README
> index 36545dd..7ecc655 100644
> --- a/README
> +++ b/README
> @@ -19,6 +19,7 @@ Main git repository:
>      build directory.
>      For cross compiling set up appropriate CC:
>          make CC=armeb-linux-gnueabihf-gcc
> +    For a list of build dependencies, read DEPENDENCIES
>  
>      Make command options:
>          ODP_RELOC compile library with position independent code;
> -- 
> 1.7.10.4
> 
> 
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> http://lists.linaro.org/mailman/listinfo/lng-odp
diff mbox

Patch

diff --git a/DEPENDENCIES b/DEPENDENCIES
new file mode 100644
index 0000000..5dcddd3
--- /dev/null
+++ b/DEPENDENCIES
@@ -0,0 +1,20 @@ 
+Prerequisites for building the OpenDataplane (ODP) API, platform
+linux-generic.
+
+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
+
diff --git a/README b/README
index 36545dd..7ecc655 100644
--- a/README
+++ b/README
@@ -19,6 +19,7 @@  Main git repository:
     build directory.
     For cross compiling set up appropriate CC:
         make CC=armeb-linux-gnueabihf-gcc
+    For a list of build dependencies, read DEPENDENCIES
 
     Make command options:
         ODP_RELOC compile library with position independent code;