Skip to content

Commit 489989c

Browse files
committed
Add install command for the ucrt toolchain.
1 parent 254d304 commit 489989c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc_src/development.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,12 @@ need to do, one must install additional tools.
109109
`Inno Setup <http://www.jrsoftware.org/isdl.php>`_, specifically the
110110
unicode version; tested with version 5.5.9.
111111

112-
- Install `MSYS2 <http://msys2.github.io>`_ is appropriate for your
112+
- Install `MSYS2 <http://msys2.github.io>`_ as appropriate for your
113113
version Windows. Follow the instructions on the webpage to update
114114
everything to the very latest MSYS2 (``pacman -Sy pacman; pacman
115-
-Syu; pacman -Su`` etc.).
115+
-Syu; pacman -Su`` etc.). You should also install the ucrt toolchain::
116+
117+
pacman -S mingw-w64-ucrt-x86_64-toolchain
116118

117119
- Make a shortcut to ``c:\msys64\msys2.exe`` as you will be using it all
118120
the time; alternatively, pin ``mys2.exe`` to your taskbar.

0 commit comments

Comments
 (0)