We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fcf5d4 commit ed4f303Copy full SHA for ed4f303
source/installation-guide.rst
@@ -69,9 +69,9 @@ then install vala with the following commands:
69
70
.. code-block:: console
71
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
+ $ pacman -S mingw-w64-ucrt-x86_64-gcc
+ $ pacman -S mingw-w64-ucrt-x86_64-pkg-config
+ $ pacman -S mingw-w64-ucrt-x86_64-vala
75
76
You also need to install all the libraries that you want to use individually.
77
0 commit comments