From 76be58aedb7dbd5927ec6cc097ca1c4566ba0eda Mon Sep 17 00:00:00 2001 From: terencehill Date: Sat, 28 Sep 2024 21:06:23 +0000 Subject: [PATCH] Update Repository_Access: update MSYS2 MINGW64 needed dependencies --- Repository_Access.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Repository_Access.md b/Repository_Access.md index 5d33473..543cc33 100644 --- a/Repository_Access.md +++ b/Repository_Access.md @@ -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-{curl,toolchain,gmp,SDL2,SDL2_ttf,libjpeg-turbo,libpng,libogg,libvorbis} + pacman --needed -S git curl zip unzip p7zip make automake autoconf libtool gcc gmp-devel mingw-w64-x86_64-{curl,toolchain,gmp,SDL2,SDL2_ttf,libjpeg-turbo,libpng,libogg,libtheora,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. -- 2.39.2