From d1355fcc4607de529359c671c908bfbd2a5ffd0c Mon Sep 17 00:00:00 2001 From: Asaf Penso Date: Wed, 24 Feb 2021 08:53:24 +0000 Subject: [PATCH] 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 --- doc/guides/prog_guide/build-sdk-meson.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/prog_guide/build-sdk-meson.rst b/doc/guides/prog_guide/build-sdk-meson.rst index eb20f4fb68..877a64b061 100644 --- a/doc/guides/prog_guide/build-sdk-meson.rst +++ b/doc/guides/prog_guide/build-sdk-meson.rst @@ -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 ----------------------