From c3ef9c27330d96951bbe0830e3797695230a2e96 Mon Sep 17 00:00:00 2001 From: Jacob Mandelson Date: Sat, 20 Apr 2024 15:29:31 -0700 Subject: [PATCH] Include the GCC compiler's install too. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ee9926c3..334bba9e 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ # For MSYS2 and MinGW-w64: # To install SDL and other required libraries, run these commands # from the MSYS2 shell: -# pacman -S mingw-w64-ucrt-x86_64-glew +# pacman -S mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-glew # pacman -S mingw-w64-ucrt-x86_64-SDL mingw-w64-ucrt-x86_64-SDL_mixer # pacman -S mingw-w64-ucrt-x86_64-SDL_ttf mingw-w64-ucrt-x86_64-SDL_gfx # pacman -S make