I'm Cross! is a script that installs cross-compiler toolchains that target Microsoft Windows on a developer's Linux workstation. Additionally, it installs cross-compiled versions of various libraries, such as wxWidgets, GTK+, Allegro, PCRE, libxml2, zlib, and pthreads-w32, as well as installer (setup.exe) creation tools. This provides an easy way to set up a Linux workstation to simultaneously build Linux and Windows executables from the same source tree, and then to create installer programs for those executables. Finally, it provides sample programs for each supported library to illustrate the methods for cross-compilation and installer-creation.
License: GNU General Public License (GPL)
Changes:
The Allegro cross-platform toolkit is now installed, and sample programs have been added for it.