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 <jizh@microsoft.com>
Acked-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
This commit is contained in:
Jie Zhou 2021-02-24 15:36:52 -08:00 committed by Thomas Monjalon
parent 8c10530836
commit b729b3c039

View 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
-------------------