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+,
FLTK, 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. 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:
Limited support for targeting Mac OS X systems has
been added, including cross-compiler toolchains
and sample programs. Basic compilation works,
including creation of Universal binaries, but
cross-compiled versions of toolkits such as
wxWidgets have not yet been added. Because of
constraints on available Mac test platforms,
feedback from users is urgently desired to verify
operation of executables (particularly sample
programs) created by the cross-compiler.