From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0744FA034F; Wed, 24 Feb 2021 09:53:55 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8ADE840FDF; Wed, 24 Feb 2021 09:53:55 +0100 (CET) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by mails.dpdk.org (Postfix) with ESMTP id 5C62C4069B for ; Wed, 24 Feb 2021 09:53:54 +0100 (CET) Received: from Internal Mail-Server by MTLPINE1 (envelope-from michaelba@nvidia.com) with SMTP; 24 Feb 2021 10:53:53 +0200 Received: from nvidia.com (pegasus07.mtr.labs.mlnx [10.210.16.112]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 11O8rrGZ001087; Wed, 24 Feb 2021 10:53:53 +0200 From: asafp@nvidia.com To: dev@dpdk.org Cc: thomas@monjalon.net, Asaf Penso Date: Wed, 24 Feb 2021 08:53:24 +0000 Message-Id: <1614156804-1026-1-git-send-email-asafp@nvidia.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-dev] [PATCH] doc: add links for preconditions for meson X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" From: Asaf Penso 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 | 8 ++++++++ 1 file changed, 8 insertions(+) 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 ---------------------- -- 1.8.3.1