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+,
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. Finally, it provides
sample programs for each supported library, to
illustrate how one can compile cross-platform code using these libraries and build installers for the resulting executables.
License: GNU General Public License (GPL)
Changes:
This release installs Fortran and Objective-C cross-compilers, and includes sample programs for those compilers.