]> git.droids-corp.org - dpdk.git/commitdiff
doc: add links for build requirements per OS
authorAsaf Penso <asafp@nvidia.com>
Wed, 24 Feb 2021 08:53:24 +0000 (08:53 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 17 Apr 2021 10:37:38 +0000 (12:37 +0200)
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

index eb20f4fb68e4912a8b189f105391fd9a1b2bcbd2..877a64b061bc214c46a15bdef7c6051c75c35ff4 100644 (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
 ----------------------