aboutsummaryrefslogtreecommitdiff
path: root/DEPENDENCIES
blob: 4b7faef08ee056493fbeaf9e8f38ceab9be00ae2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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