diff --git a/README.md b/README.md index afd9543e..6f18894f 100644 --- a/README.md +++ b/README.md @@ -36,13 +36,18 @@ Firstly, each platform has a set of tools and libraries that must be installed p brew install libtool cmake automake autoconf pkg-config ``` -+ **Windows (MSYS 64-Bit)** ++ **Windows (MSYS)** ```sh # Assuming 64-bit pacman -S git ruby base-devel mingw-w64-x86_64-cmake mingw-w64-x86_64-meson mingw-w64-x86_64-gcc ``` +```sh +# Assuming 32-bit +pacman -S git ruby base-devel mingw-w64-i686-cmake mingw-w64-i686-meson mingw-w64-i686-gcc +``` + + **Linux (Ubuntu/Debian)** ```sh diff --git a/macos/Dependencies/dependencies.make b/macos/Dependencies/dependencies.make index 137b3011..5110749e 100644 --- a/macos/Dependencies/dependencies.make +++ b/macos/Dependencies/dependencies.make @@ -316,5 +316,5 @@ clean-downloads: clean-compiled: -rm -rf build-$(SDK)-$(ARCH) -deps-core: libvorbis pixman libpng libjpeg physfs uchardet sdl2 sdl2image nyquist sdlsound sdl2ttf openal openssl +deps-core: libvorbis pixman libpng libjpeg physfs uchardet sdl2 sdl2image sdlsound sdl2ttf openal openssl everything: deps-core ruby