From: Jie Zhou Date: Wed, 24 Feb 2021 23:36:52 +0000 (-0800) Subject: doc: update minimum required Meson version for Windows X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=b729b3c039c40e322e0b078e7394e4bdfea8862f;p=dpdk.git 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 --- 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 -------------------