Is there a way to compile Windows daily on Linux?
As the title asks, is there a way to compile the daily unstable for Windows while on Linux? If so could someone give me the instructions? Thank you.
FOSS gamedev and creative worlds
https://forums.minetest.org/
Using DJGPP as a unix-to-dos cross compiler is tricky. You'll need to get, build, and install binutils and gcc with ./configure --target=i586-pc-msdosdjgpp (install binutils before configuring gcc - gcc needs the cross-assembler). You may need this patch.
djcrx comes with sources for stubify, which you'll have to build and install manually.
Leroy wrote:The only way is on Wine or VM