I'm Cross! is a script that installs a C/C++
cross-compiler toolchain that targets 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. This is 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 write and compile
cross-platform code using these libraries.
License: GNU General Public License (GPL)
Changes:
Some prerequisites for GTK+ and libxml2 were
missing, and have been added. A helpful link for
pthreads-w32 has been added. Information has been
added about installation of multiple versions of
wxWidgets.