File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -109,10 +109,12 @@ need to do, one must install additional tools.
109
109
`Inno Setup <http://www.jrsoftware.org/isdl.php >`_, specifically the
110
110
unicode version; tested with version 5.5.9.
111
111
112
- - Install `MSYS2 <http://msys2.github.io >`_ is appropriate for your
112
+ - Install `MSYS2 <http://msys2.github.io >`_ as appropriate for your
113
113
version Windows. Follow the instructions on the webpage to update
114
114
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
116
118
117
119
- Make a shortcut to ``c:\msys64\msys2.exe `` as you will be using it all
118
120
the time; alternatively, pin ``mys2.exe `` to your taskbar.
You can’t perform that action at this time.
0 commit comments