Skip to content
Jakob Flierl edited this page Jun 17, 2016 · 32 revisions

To be written. Feel free to improve, as I do not have a Windows PC. – @koppi

Cross-build a Windows Executable on a Linux host

cd /opt
git clone https://github.com/mxe/mxe.git
cd mxe
export PATH=`pwd`/usr/bin/:$PATH
make MXE_TARGETS='i686-w64-mingw32.shared' qt lua luabind bullet assimp freeglut
  • Download and build libQGLViewer
git clone https://github.com/GillesDebunne/libQGLViewer
cd libQGLViewer
/opt/mxe/usr/i686-w64-mingw32.shared/qt/bin/qmake
make

More to be written..