07/08/2020 14:30, Ciara Power: > Make is no longer supported for compiling DPDK, references are now > removed in the documentation. > > Signed-off-by: Ciara Power <ciara.po...@intel.com> [...] > ~/DPDK$ cd examples/helloworld/ > - ~/DPDK/examples/helloworld$ export RTE_SDK=/home/user/DPDK > - ~/DPDK/examples/helloworld$ export RTE_TARGET=x86_64-native-linux-gcc
The equivalent with meson is to specify the installation path with PKG_CONFIG_PATH. > ~/DPDK/examples/helloworld$ make