Re: [dpdk-dev] [PATCH v2 2/8] doc: add building with meson to linux GSG

2019-11-25 Thread Burakov, Anatoly
On 25-Nov-19 2:55 PM, Bruce Richardson wrote: Add instructions on building DPDK and using the pkg-config file to the linux GSG. Signed-off-by: Bruce Richardson --- Acked-by: Anatoly Burakov -- Thanks, Anatoly

[dpdk-dev] [PATCH v2 2/8] doc: add building with meson to linux GSG

2019-11-25 Thread Bruce Richardson
Add instructions on building DPDK and using the pkg-config file to the linux GSG. Signed-off-by: Bruce Richardson --- V2: Changes following Anatoly's review: * minor grammar fix * added ldconfig call to instructions and note about needing to add /usr/local/lib* to loader paths on RHEL/Fedora *