mbox series

[0/5] Update docs for installing on FreeBSD

Message ID 20200103153256.2895527-1-bruce.richardson@intel.com (mailing list archive)
Headers
Series Update docs for installing on FreeBSD |

Message

Bruce Richardson Jan. 3, 2020, 3:32 p.m. UTC
  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 Richardson (5):
  doc: update intro to FreeBSD GSG
  doc: document installing from FreeBSD package
  doc: add meson install instructions for FreeBSD
  doc: update section on loading FreeBSD kernel modules
  doc: update documentation on build and running FreeBSD apps

 doc/guides/freebsd_gsg/build_dpdk.rst         | 229 ++++++------------
 doc/guides/freebsd_gsg/build_sample_apps.rst  | 118 +++------
 doc/guides/freebsd_gsg/install_from_ports.rst |  73 +++---
 doc/guides/freebsd_gsg/intro.rst              |   7 +-
 4 files changed, 135 insertions(+), 292 deletions(-)
  

Comments

Thomas Monjalon Feb. 16, 2020, 10:04 a.m. UTC | #1
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 use meson.
> * other general tidy-up.
> 
> Bruce Richardson (5):
>   doc: update intro to FreeBSD GSG
>   doc: document installing from FreeBSD package
>   doc: add meson install instructions for FreeBSD
>   doc: update section on loading FreeBSD kernel modules
>   doc: update documentation on build and running FreeBSD apps

Applied, thanks