Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's C++ page.

 

 

 

 

 

(C++) MXE

 

MXE ('MinGW X-compiling Environment') is one of many ways to cross-compile a Qt Creator project to a windows executable by calling the executable i686-pc-mingw32-qmake.

 

 

 

 

 

MXE examples

 

 

 

 

 

 

 

Programs cross-compiled to a windows executable using MXE

 

 

 

 

 

 

MXE installation errors

 

Failed to build package glibc:

 

Failed to build package glibc!

 

Solution: install libffi-dev:

 

sudo apt-get install libffi-dev

 

Failed to build package vtk6:

 

Failed to build package vtk6!

 

Solution: install libvtk5-dev:

 

sudo apt-get install libvtk5-dev

 

 

 

 

 

External links

 

 

 

 

 

 

Go back to Richel Bilderbeek's C++ page.

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict