doc: update minimum required Meson version for Windows
authorJie Zhou <jizh@microsoft.com>
Wed, 24 Feb 2021 23:36:52 +0000 (15:36 -0800)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 16 Apr 2021 17:52:58 +0000 (19:52 +0200)
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 <jizh@microsoft.com>
Acked-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
doc/guides/windows_gsg/build_dpdk.rst

index 0c5979d..8083227 100644 (file)
@@ -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
 -------------------