List 32-bit Windows libraries in README

This commit is contained in:
Struma 2021-06-26 15:48:42 -04:00 committed by Roza
parent fa1f55ccb2
commit d9ed5e147b
2 changed files with 7 additions and 2 deletions

View file

@ -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

View file

@ -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