From: mweglicx Date: Tue, 1 Mar 2016 07:33:41 +0000 (+0000) Subject: INSTALL.DPDK.md: Installation steps correction for DPDK 2.2. X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fovs.git;a=commitdiff_plain;h=d60a9c21939c73efb17acf950e9e6cf33f7cadd9 INSTALL.DPDK.md: Installation steps correction for DPDK 2.2. Missing step added to INSTALL.DPDK.md which prevents installation error message. Signed-off-by: Michal Weglicki Acked-by: Flavio Leitner Signed-off-by: Daniele Di Proietto --- diff --git a/INSTALL.DPDK.md b/INSTALL.DPDK.md index b33f75e3c..1fc1b66ea 100644 --- a/INSTALL.DPDK.md +++ b/INSTALL.DPDK.md @@ -36,11 +36,11 @@ on Debian/Ubuntu) Then run `make install` to build and install the library. For default install without IVSHMEM: - `make install T=x86_64-native-linuxapp-gcc` + `make install T=x86_64-native-linuxapp-gcc DESTDIR=install` To include IVSHMEM (shared memory): - `make install T=x86_64-ivshmem-linuxapp-gcc` + `make install T=x86_64-ivshmem-linuxapp-gcc DESTDIR=install` For further details refer to http://dpdk.org/