Skip to content

Commit ed4f303

Browse files
authored
docs: update MSYS2 installation commands for Vala (#89)
Recommend to install ucrt packages instead of deprecated ones. See also: * https://www.msys2.org/news/#2022-10-29-changing-the-default-environment-from-mingw64-to-ucrt64 * https://www.msys2.org/docs/environments/ Signed-off-by: Zhou Qiankang <wszqkzqk@qq.com>
1 parent 2fcf5d4 commit ed4f303

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/installation-guide.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ then install vala with the following commands:
6969

7070
.. code-block:: console
7171
72-
$ pacman -S mingw-w64-x86_64-gcc
73-
$ pacman -S mingw-w64-x86_64-pkg-config
74-
$ pacman -S mingw-w64-x86_64-vala
72+
$ pacman -S mingw-w64-ucrt-x86_64-gcc
73+
$ pacman -S mingw-w64-ucrt-x86_64-pkg-config
74+
$ pacman -S mingw-w64-ucrt-x86_64-vala
7575
7676
You also need to install all the libraries that you want to use individually.
7777

0 commit comments

Comments
 (0)