From 6323f3974ffb434940b48ba7f916f5398f1fcaba Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Sat, 31 Mar 2018 11:07:25 +0200 Subject: [PATCH] Document 32 bits packages Windows in README To build for Windows 32 bits, use the i686 packages instead. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 47461c43..0567c899 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,20 @@ pacman -S mingw-w64-x86_64-make \ mingw-w64-x86_64-meson ``` +For a 32 bits version, replace `x86_64` by `i686`: + +```bash +# runtime dependencies +pacman -S mingw-w64-i686-SDL2 \ + mingw-w64-i686-ffmpeg + +# client build dependencies +pacman -S mingw-w64-i686-make \ + mingw-w64-i686-gcc \ + mingw-w64-i686-pkg-config \ + mingw-w64-i686-meson +``` + Java (>= 7) is not available in MSYS2, so if you plan to build the server, install it manually and make it available from the `PATH`: