doc: add links for build requirements per OS

To compile with meson some dependencies should be installed.
Section "Getting the Tools" describes what needed, but per
OS there are additional steps to do.

Add links to Linux, FreeBSD, and Windows guide for more info.

Signed-off-by: Asaf Penso <asafp@nvidia.com>
This commit is contained in:
Asaf Penso 2021-02-24 08:53:24 +00:00 committed by Thomas Monjalon
parent b729b3c039
commit d1355fcc46

View File

@ -46,6 +46,12 @@ already installed, it too is generally packaged by most Linux distributions.
If not available as a package, it can be downloaded as source or binary from
https://ninja-build.org/
It is best advised to go over the following links for the complete dependencies:
* :doc:`Linux <../linux_gsg/sys_reqs>`
* :doc:`FreeBSD <../freebsd_gsg/build_dpdk>`
* :doc:`Windows <../windows_gsg/build_dpdk>`
Configuring the Build
----------------------