From 319aaaa81d180ddfd2964b0a8e7773f0fdf2f877 Mon Sep 17 00:00:00 2001 From: fgsfds Date: Fri, 11 Aug 2023 22:13:20 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f6f26e8a..3063cf170 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,9 @@ except for janky mouselook, arbitrary 4:3 resolution support and somewhat expand If cross-compiling, specify the target platform on the `make` command line like so: ```make -f Makefile.port TARGET_PLATFORM=i686-linux``` -Currently only `i686-linux` and `i686-windows` are supported, using `i686-linux-gnu-gcc` and `i686-w64-mingw32-gcc` as compilers, respectively. +Currently only `i686-linux` and `i686-windows` are supported, using `gcc -m32` and `i686-w64-mingw32-gcc` as compilers, respectively. +This means that on Windows you have to build this under a 32-bit MinGW environment and on Linux you need to have `gcc-multilib` and `g++-multilib` (or your distro's analogues) installed. +Alternate compilers can be specified by passing `TOOLCHAIN=i686-whatever-` as a command line argument. ## Credits