From d84420f51362b5363414d9121446211f1cbaf1c8 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 29 Sep 2020 18:30:44 +0200 Subject: [PATCH] docs: mingw -> MinGW Reviewed-by: Eric Engestrom Part-of: --- docs/meson.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/meson.rst b/docs/meson.rst index e72ba0a0a36..f4861c98ee8 100644 --- a/docs/meson.rst +++ b/docs/meson.rst @@ -58,7 +58,7 @@ Flex, and Bison. The easiest way to install everything you need is with choco install python3 winflexbison pkgconfiglite -You can even use Chocolatey to install mingw and Ninja (Ninja can be +You can even use Chocolatey to install MinGW and Ninja (Ninja can be used with MSVC as well) .. code-block:: console @@ -145,7 +145,7 @@ Windows specific instructions ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ On windows you have a couple of choices for compilers. If you installed -mingw with Chocolatey and want to use Ninja you should be able to open +MinGW with Chocolatey and want to use Ninja you should be able to open any shell and follow the instructions above. If you want to you MSVC, clang-cl, or ICL (the Intel Compiler), read on.