Skip to content

Commit

Permalink
Update setup.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Zibri authored Dec 10, 2023
1 parent 10e7624 commit c2b97ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
curl -L "https://repo.msys2.org/distrib/x86_64/msys2-x86_64-20230318.exe" -o msysz.exe
curl -L "https://repo.msys2.org/distrib/x86_64/msys2-x86_64-20231026.exe" -o msysz.exe
msysz.exe install --root C:\msysz --confirm-command
c:\msysz\usr\bin\bash.exe --login -c "pacman -Suy --noconfirm"
c:\msysz\usr\bin\bash.exe --login -c "pacman -Suy --noconfirm git base-devel autotools mingw-w64-x86_64-toolchain zip p7zip subversion git mingw-w64-x86_64-pkg-config mingw-w64-x86_64-ntldd mingw-w64-x86_64-glew mingw-w64-x86_64-giflib mingw-w64-x86_64-lame mingw-w64-x86_64-libvorbis mingw-w64-x86_64-flac mingw-w64-x86_64-icoutils mingw-w64-x86_64-gtk3 mingw-w64-x86_64-SDL2_image mingw-w64-x86_64-ffmpeg4.4 msys/libpcap-devel mingw64/mingw-w64-x86_64-libpcap mingw64/mingw-w64-x86_64-curl autotools"
Expand Down

0 comments on commit c2b97ae

Please sign in to comment.