Re: [PATCH] doc: prefer installing using meson rather than ninja

2023-06-09 Thread David Marchand
On Fri, Jun 9, 2023 at 1:19 PM Bruce Richardson wrote: > > On Fri, Jun 09, 2023 at 01:13:15PM +0200, David Marchand wrote: > > On Fri, Jun 9, 2023 at 12:52 PM Bruce Richardson > > wrote: > > > > > > After doing a build, to install DPDK system-wide our documentation > > > recommended using the "ni

Re: [PATCH] doc: prefer installing using meson rather than ninja

2023-06-09 Thread Bruce Richardson
On Fri, Jun 09, 2023 at 01:13:15PM +0200, David Marchand wrote: > On Fri, Jun 9, 2023 at 12:52 PM Bruce Richardson > wrote: > > > > After doing a build, to install DPDK system-wide our documentation > > recommended using the "ninja install" command. However, for anyone > > building as a non-root u

Re: [PATCH] doc: prefer installing using meson rather than ninja

2023-06-09 Thread David Marchand
On Fri, Jun 9, 2023 at 12:52 PM Bruce Richardson wrote: > > After doing a build, to install DPDK system-wide our documentation > recommended using the "ninja install" command. However, for anyone > building as a non-root user and only installing as root, the "meson > install" command is a better a

[PATCH] doc: prefer installing using meson rather than ninja

2023-06-09 Thread Bruce Richardson
After doing a build, to install DPDK system-wide our documentation recommended using the "ninja install" command. However, for anyone building as a non-root user and only installing as root, the "meson install" command is a better alternative, as it provides for automatically dropping or elevating