doc: update readme

Clarrifications for DPDK submodule

Change-Id: I7374c1f904f1c5c46c46c299af72816d96a770ff
Signed-off-by: Paul Luse <paul.e.luse@intel.com>
This commit is contained in:
Paul Luse 2017-05-17 13:32:21 -07:00
parent 709d5453a3
commit b499ae64ad

View File

@ -54,27 +54,24 @@ FreeBSD:
sudo pkg install gmake cunit openssl sudo pkg install gmake cunit openssl
Additionally, [DPDK](http://dpdk.org/doc/quick-start) is required. The SPDK Additionally, [DPDK](http://dpdk.org/doc/quick-start) is required. The SPDK
repository includes a suitable version of DPDK as a submodule. Newer versions repository includes a suitable version of DPDK as a submodule:
of git will automatically fetch the DPDK submodule. Older versions of git may
require:
1) git submodule init git submodule update --init
2) git submodule update
Building Building
======== ========
Once the prerequisites are installed, building follows the common configure Once the prerequisites are installed, building follows the common configure
and make pattern. If you followed the instructions above for building DPDK: and make pattern (note: this will build the DPDK submodule as well).
Linux: Linux:
./configure --with-dpdk=./dpdk/x86_64-native-linuxapp-gcc ./configure
make make
FreeBSD: FreeBSD:
./configure --with-dpdk=./dpdk/x86_64-native-bsdapp-clang ./configure
gmake gmake
Vagrant Vagrant