From d60a9c21939c73efb17acf950e9e6cf33f7cadd9 Mon Sep 17 00:00:00 2001 From: mweglicx Date: Tue, 1 Mar 2016 07:33:41 +0000 Subject: [PATCH] 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 --- INSTALL.DPDK.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/ -- 2.20.1