Only released in EOL distros:
Package Summary
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.
- Author: Daniel Stonier (d.stonier@gmail.com)
- License: BSD
- External website: http://mingw-cross-env.nongnu.org/
- Source: git https://github.com/stonier/win_ros.git (branch: fuerte)
Package Summary
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.
- Maintainer: Daniel Stonier <d.stonier AT gmail DOT com>
- Author: Daniel Stonier
- License: BSD
- Source: git https://github.com/ros-windows/win_ros.git (branch: groovy-devel)
Package Summary
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.
- Maintainer: Daniel Stonier <d.stonier AT gmail DOT com>
- Author: Daniel Stonier
- License: BSD
- Source: git https://github.com/ros-windows/win_ros.git (branch: hydro-devel)
Mingw is not likely to be re-enabled for groovy. If you're interested in committing time to re-enable it, please let us known - we can assist.
Contents
Overview
Status - a list of currently compiling ros packages via mingw_cross.
Installation
Mingw Cross
You can of course install the mingw cross environment directly yourself following the instructions at the mingw cross home page. Alternatively:
> roscd mingw_cross > make install # downloads, installs into ~/mingw # compiles gcc, apr, apr-util, log4cxx, boost, qt # adds mingw_cross binary path to PATH in ~/.bashrc > make uninstall # remove ~/mingw and delete modifications in ~/.bashrc
Installation location can be moved if the MINGW_INSTALL_PREFIX environment variable is set before running make install.
Further build recipes can be compiled into the toolchain by simply switching to the mingw root and making the appropriate target. A list of packages that can be installed can be found here. To build wxwidgets for example,
cd ~/mingw make wxwidgets
Usage
See the Tutorials for usage patterns.