Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
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.
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 |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.