From b729b3c039c40e322e0b078e7394e4bdfea8862f Mon Sep 17 00:00:00 2001 From: Jie Zhou Date: Wed, 24 Feb 2021 15:36:52 -0800 Subject: [PATCH] doc: update minimum required Meson version for Windows Meson with Windows clang generates incorrect linker flag "--subsystem,console" instead of "/subsystem:console" which will fail the DPDK build. This is discovered at porting testpmd. Meson 0.57.0 has the fix and should be used for DPDK Windows build. Update the WindowsGSG DPDK Build document for the proper meson version. Signed-off-by: Jie Zhou Acked-by: Dmitry Kozlyuk --- doc/guides/windows_gsg/build_dpdk.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/windows_gsg/build_dpdk.rst b/doc/guides/windows_gsg/build_dpdk.rst index 0c5979dc19..8083227ea4 100644 --- a/doc/guides/windows_gsg/build_dpdk.rst +++ b/doc/guides/windows_gsg/build_dpdk.rst @@ -64,7 +64,7 @@ A good option to choose is the MSI installer for both meson and ninja together:: http://mesonbuild.com/Getting-meson.html#installing-meson-and-ninja-with-the-msi-installer%22 -Recommended version is either Meson 0.49.2 (baseline) or the latest release. +Recommended version is either Meson 0.57.0 (baseline) or the latest release. Install the Backend ------------------- -- 2.20.1