specify required libmpfr architecture

whoops this is not actually a trivial thing to miss, as arm-mingw32 itself is i386 it needs the i386 library
This commit is contained in:
svp 2025-10-11 20:38:04 +02:00 committed by GitHub
parent 6afdb0f176
commit 53406f5046
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -403,7 +403,7 @@ The PowerPC build will usually perform much better
#### Windows CE / PocketPC
1. Install libmpfr-dev (or non-Debian equivalent)
1. Install libmpfr-dev:i386 (or non-Debian equivalent)
2. Unpack [the Windows CE GCC Toolchain](https://cegcc.sourceforge.net/) and update your $PATH to include it
3. Add the following symbolic links in ```/usr/lib/i386-linux-gnu/``` to account for old toolchain versions:
* ```libmpfr.so.1``` -> ```libmpfr.so```
@ -487,3 +487,4 @@ Further information (e.g. style) for ClassiCube's source code can be found in th
ClassiCube uses sounds from [Freesound.org](https://freesound.org)<br>
Full credits are listed in [doc/sound-credits.md](doc/sound-credits.md)