From c5255d80592975fca2b15725f422e14b9ead1384 Mon Sep 17 00:00:00 2001 From: Dmitry Kozlyuk Date: Sat, 13 Nov 2021 01:17:08 +0300 Subject: [PATCH] doc: discourage using Meson 0.58 on Windows Meson 0.58 and above cannot build DPDK on Windows with clang. Recommend the latest known working version and warn about the issue and the affected versions. Suggested-by: Thomas Monjalon Signed-off-by: Dmitry Kozlyuk --- doc/guides/windows_gsg/build_dpdk.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/guides/windows_gsg/build_dpdk.rst b/doc/guides/windows_gsg/build_dpdk.rst index 8083227ea4..38b3068d7b 100644 --- a/doc/guides/windows_gsg/build_dpdk.rst +++ b/doc/guides/windows_gsg/build_dpdk.rst @@ -64,7 +64,11 @@ 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.57.0 (baseline) or the latest release. +Recommended version is Meson 0.57. + +Versions starting from 0.58 are unusable with LLVM toolchain +because of a `Meson issue `_. + Install the Backend ------------------- -- 2.39.5