mkxp-z / mkxp-z

Open-source cross-platform player for (some) RPG Maker XP / VX / VX Ace games. A very heavily modified fork of mkxp. RGSS on steroids with a stupid name.
https://github.com/mkxp-z/mkxp-z/wiki
GNU General Public License v2.0
140 stars 39 forks source link

Cross-compile: add Debian Ports platforms #160

Open Splendide-Imaginarius opened 5 months ago

Splendide-Imaginarius commented 5 months ago

Adding targets supported by Debian Ports (e.g. MIPS and POWER BE) should be easy (just run the build inside a container or chroot or something). Compatibility is a bit tricky because those arches only exist in Debian Sid, which means we'd have to run the build inside a Sid container, and the Sid glibc would presumably impose rather stringent constraints on where you could run the resulting binaries. Maybe that could be worked around by using Debian Snapshot.