Cross compile Debian -> Windows

Support for running, installing or compiling OpenMW

Before you submit a bug report for the first time, please read: Bug reporting guidelines
Post Reply
User avatar
Rippl
Posts: 7
Joined: 25 Nov 2012, 11:52

Cross compile Debian -> Windows

Post by Rippl »

Hi there

I have a Debian machine with spare computing power.
I was wondering. Is it possible to cross compile on Debian for Windows.
If yes then can anyone help me with this matter.
I'm not a Linux person so my knowledge on this topic is limited.
I don't want to make a competition for Ace's Nightlies but I thought that I can have freshly compiled OpenMW main or experimental branches for myself and, if requested, for other forum members.
User avatar
psi29a
Posts: 5362
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: Cross compile Debian -> Windows

Post by psi29a »

K1ll
Posts: 184
Joined: 06 Aug 2011, 21:54

Re: Cross compile Debian -> Windows

Post by K1ll »

Hi Rippl

I've been cross-compiling openmw from linux to windows for a few years now. With a recent mingw-w64 toolchain and pre-packaged dependencies it's no trouble at all.

On debian it could be quite a hassle though since AFAIK there are only a few mingw-w64 packages so you would have to manually compile most openmw dependencies (and the dependencies of the dependencies ...).

I'm using Arch Linux and it seems like it has the biggest and best maintained set of mingw-w64 packages of any distro thanks to the Arch User Repository (AUR). There even is an unofficial mingw-w64 repo with binary packages but sadly it has been unmaintained for over a year now. The AUR has all packages necessary to cross-compile openmw except openscenegraph but I have a package for that on my local machine which I probably should upload to the AUR anyway.

So the easiest way to cross-compile openmw on your machine is probably to create an arch chroot and pull in and compile the openmw dependencies from the AUR. I would be willing to help you with that.

If you'd rather try to cross-compile it directly on debian anyway I would suggest building debian packages for the dependencies since that makes the setup a lot more maintainable and they could be contributed back to debian as well. I would be willing to help with that too.
Post Reply