On 17 March 2017 at 22:02, Dirk Gottschalk via gtk-app-devel-list <[email protected]> wrote: > I'm developing a multi platform application with GTK+ for Windows and > Linux.
I make Windows binaries with jhbuild and mingw from linux. I have it all wrapped up in a docker container, so all anyone needs to do to make a binary is sudo ./build.sh 8.3 and it'll build version 8.3 and make an installer, and the host machine will be undisturbed. You're very welcome to nick any parts which might be useful. It's gtk2, but a gtk3 one would be a simple change. As long as you have your project buildable via cmake or autotools, it should be simple to adapt. https://github.com/jcupitt/build-win64 John _______________________________________________ gtk-app-devel-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
