]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
Update required Windows msys2 packages
authorterencehill <piuntn@gmail.com>
Wed, 27 Dec 2023 14:13:59 +0000 (14:13 +0000)
committerterencehill <piuntn@gmail.com>
Wed, 27 Dec 2023 14:13:59 +0000 (14:13 +0000)
Repository_Access.md

index bee710c42092e4e6d6ee7e78754d408a6444ee5e..a7fb551631faca400449b7ce68f6896ec6ceaee3 100644 (file)
@@ -43,7 +43,7 @@ By default, Windows has no real environment to handle the necessary scripting an
 
 Once you have completed the installation, close the current MSYS2 shell and launch a MSYS2 MINGW64 shell by running mingw64.exe (instead of the default msys2.exe) located at C:\msys64 and install the needed dependencies with this command:
 
-    pacman --needed -S git curl zip unzip p7zip make automake autoconf libtool gcc gmp-devel mingw-w64-x86_64-{toolchain,gmp,SDL2,libjpeg-turbo,libpng,libogg}
+    pacman --needed -S git curl zip unzip p7zip make automake autoconf libtool gcc gmp-devel mingw-w64-x86_64-{toolchain,gmp,SDL2,libjpeg-turbo,libpng,libogg,libvorbis}
 
 It is recommended that you make a shortcut to MSYS2 MINGW64 shell (simply right click mingw64.exe and hit “Create Shortcut”) for easier access on your desktop or in your start menu.