mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-04-22 06:02:04 +02:00
List 32-bit Windows libraries in README
This commit is contained in:
parent
fa1f55ccb2
commit
d9ed5e147b
2 changed files with 7 additions and 2 deletions
|
@ -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
|
brew install libtool cmake automake autoconf pkg-config
|
||||||
```
|
```
|
||||||
|
|
||||||
+ **Windows (MSYS 64-Bit)**
|
+ **Windows (MSYS)**
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Assuming 64-bit
|
# Assuming 64-bit
|
||||||
pacman -S git ruby base-devel mingw-w64-x86_64-cmake mingw-w64-x86_64-meson mingw-w64-x86_64-gcc
|
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)**
|
+ **Linux (Ubuntu/Debian)**
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
|
@ -316,5 +316,5 @@ clean-downloads:
|
||||||
clean-compiled:
|
clean-compiled:
|
||||||
-rm -rf build-$(SDK)-$(ARCH)
|
-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
|
everything: deps-core ruby
|
||||||
|
|
Loading…
Add table
Reference in a new issue