mirror of https://github.com/ClassiCube/ClassiCube
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:
parent
6afdb0f176
commit
53406f5046
|
|
@ -403,7 +403,7 @@ The PowerPC build will usually perform much better
|
||||||
|
|
||||||
#### Windows CE / PocketPC
|
#### 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
|
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:
|
3. Add the following symbolic links in ```/usr/lib/i386-linux-gnu/``` to account for old toolchain versions:
|
||||||
* ```libmpfr.so.1``` -> ```libmpfr.so```
|
* ```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>
|
ClassiCube uses sounds from [Freesound.org](https://freesound.org)<br>
|
||||||
Full credits are listed in [doc/sound-credits.md](doc/sound-credits.md)
|
Full credits are listed in [doc/sound-credits.md](doc/sound-credits.md)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue