doc: add links for preconditions for meson

Message ID 1614156804-1026-1-git-send-email-asafp@nvidia.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series doc: add links for preconditions for meson |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS

Commit Message

Asaf Penso Feb. 24, 2021, 8:53 a.m. UTC
  From: Asaf Penso <asafp@nvidia.com>

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>
---
 doc/guides/prog_guide/build-sdk-meson.rst | 8 ++++++++
 1 file changed, 8 insertions(+)
  

Comments

Thomas Monjalon April 17, 2021, 10:39 a.m. UTC | #1
24/02/2021 09:53, asafp@nvidia.com:
> From: Asaf Penso <asafp@nvidia.com>
> 
> 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>

Applied, thanks
  

Patch

diff --git a/doc/guides/prog_guide/build-sdk-meson.rst b/doc/guides/prog_guide/build-sdk-meson.rst
index 3429e26..5ee56e8 100644
--- a/doc/guides/prog_guide/build-sdk-meson.rst
+++ b/doc/guides/prog_guide/build-sdk-meson.rst
@@ -46,6 +46,14 @@  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
 ----------------------