Re: [dpdk-dev] [RFC PATCH] build for DPDK with meson and ninja

2017-06-08 Thread Bruce Richardson
On Thu, Jun 08, 2017 at 12:50:38PM +0530, Shreyansh Jain wrote: > Hello Bruce, > > On Wednesday 07 June 2017 04:17 PM, Bruce Richardson wrote: > > to use, need to have meson >= 0.4 and ninja-build packages installed. > > > > Then do the following in main DPDK directory: > > > > meson build > > c

Re: [dpdk-dev] [RFC PATCH] build for DPDK with meson and ninja

2017-06-08 Thread Bruce Richardson
On Wed, Jun 07, 2017 at 11:42:59PM +0530, Jerin Jacob wrote: > -Original Message- > > Date: Wed, 7 Jun 2017 11:47:43 +0100 > > From: Bruce Richardson > > To: dev@dpdk.org > > CC: Bruce Richardson > > Subject: [dpdk-dev] [RFC PATCH] build for DPDK with

Re: [dpdk-dev] [RFC PATCH] build for DPDK with meson and ninja

2017-06-08 Thread Shreyansh Jain
Hello Bruce, On Wednesday 07 June 2017 04:17 PM, Bruce Richardson wrote: to use, need to have meson >= 0.4 and ninja-build packages installed. Then do the following in main DPDK directory: meson build cd build ninja sudo ninja install This will compile up some DPDK libs, the FVL PMD and testp

Re: [dpdk-dev] [RFC PATCH] build for DPDK with meson and ninja

2017-06-07 Thread Jerin Jacob
-Original Message- > Date: Wed, 7 Jun 2017 11:47:43 +0100 > From: Bruce Richardson > To: dev@dpdk.org > CC: Bruce Richardson > Subject: [dpdk-dev] [RFC PATCH] build for DPDK with meson and ninja > X-Mailer: git-send-email 2.9.4 > > to use, need to have meso

[dpdk-dev] [RFC PATCH] build for DPDK with meson and ninja

2017-06-07 Thread Bruce Richardson
to use, need to have meson >= 0.4 and ninja-build packages installed. Then do the following in main DPDK directory: meson build cd build ninja sudo ninja install This will compile up some DPDK libs, the FVL PMD and testpmd and install them in /usr/local/. [On Fedora you will need to add /usr/loc