From eb1e7e61e529239ec345db26a28e6dbf779a4645 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 29 Sep 2020 18:28:16 +0200 Subject: [PATCH] docs: chocolatey -> Chocolatey Reviewed-by: Eric Engestrom Part-of: --- docs/meson.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/meson.rst b/docs/meson.rst index 9f50351..291f501 100644 --- a/docs/meson.rst +++ b/docs/meson.rst @@ -52,13 +52,13 @@ You will need to install Python 3 and Meson as a module using pip. This is because we use Python for generating code, and rely on external modules (Mako). You also need pkg-config (a hard dependency of Meson), Flex, and Bison. The easiest way to install everything you need is with -`chocolatey `__. +`Chocolatey `__. .. code-block:: console 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. -- 2.7.4