On 24 December 2012 13:16, Muhammed Fatih BALIN <catlak.profesor....@gmail.com> wrote: > How can I install necessary packages on ubuntu and compile gtk applications > for windows on _ubuntu_?
You can download the win32 gtk binaries here: http://www.gtk.org/download/win32.php Just compile and link your program with gcc-mingw-w64. If you have many other dependencies, jhbuild is very convenient. I have a repro here which builds a setup.exe installer for a large application, including a lot of deps. https://github.com/jcupitt/build-win32/tree/master/7.30 John _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list