Installer script for the mingw cross environment. This will install to /opt/mingw and immediately begin cross-compiling gcc, boost and qt. Other libraries can be added by simply cd'ing to /opt/mingw and running make for the desired target.
Installer script for the mingw cross environment.
make install // installs to /opt/mingw and compiles gcc, boost and qt, also adds links.
Further build recipes can be compiled into the toolchain by simply switching to the root and making the appropriate target. A list of packages that can be installed can be found on
http://mingw-cross-env.nongnu.org/#packages
To build wxwidgets for example,
cd /opt/mingw make wxwidgets
The above compile takes a long time - you can speed it up by setting the number of jobs in the Makefile.
You can change the install location by setting the environment variable MINGW_INSTALL_PREFIX before running make install.
Broken Links:
To update the latest source link information, simply run `hg pull -u` from the mingw installation directory.
Upgrade apr, apr-util and fix log4cxx to work with them.