]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/windows_gsg/build_dpdk.rst
mem: instrument allocator for ASan
[dpdk.git] / doc / guides / windows_gsg / build_dpdk.rst
index 5757446cca4da18358dc3ade5308e16cfb256a00..8083227ea465aeecef8c3b423758bd18e4ab16c6 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
 
 
        http://mesonbuild.com/Getting-meson.html#installing-meson-and-ninja-with-the-msi-installer%22
 
-Recommended version is either Meson 0.47.1 (baseline) or the latest release.
+Recommended version is either Meson 0.57.0 (baseline) or the latest release.
 
 Install the Backend
 -------------------
 
 Install the Backend
 -------------------
@@ -111,5 +111,5 @@ Depending on the distribution, paths in this file may need adjustments.
 
 .. code-block:: console
 
 
 .. code-block:: console
 
-    meson --cross-file config/x86/meson_mingw.txt -Dexamples=helloworld build
+    meson --cross-file config/x86/cross-mingw -Dexamples=helloworld build
     ninja -C build
     ninja -C build