Re: [dpdk-dev] [PATCH 0/5] Update docs for installing on FreeBSD

2020-02-16 Thread Thomas Monjalon
03/01/2020 16:32, Bruce Richardson: > Update the FreeBSD GSG guide to cover: > > * installing from package as well as via ports collection > * building and installing manually via meson and ninja > * building examples using the pkg-config file, since both the port/pkg > and building from source

[dpdk-dev] [PATCH 0/5] Update docs for installing on FreeBSD

2020-01-03 Thread Bruce Richardson
Update the FreeBSD GSG guide to cover: * installing from package as well as via ports collection * building and installing manually via meson and ninja * building examples using the pkg-config file, since both the port/pkg and building from source use meson. * other general tidy-up. Bruce Richa