Commands to select the posix variant for the mingw cross-compilation script

The win32 thread model of gcc does not support the <thread> and <mutex> headers
yet.
This commit is contained in:
Guillaume Munch 2016-08-07 13:13:08 +01:00
parent e7a64949ad
commit 02b747396e

View File

@ -2,7 +2,10 @@
#!/bin/sh
#
# Installed MinGW needed.
# Ubuntu : sudo apt-get install g++-mingw-w64-i686
# Ubuntu :
# sudo apt-get install g++-mingw-w64-i686
# sudo update-alternatives --set i686-w64-mingw32-gcc /usr/bin/i686-w64-mingw32-gcc-posix
# sudo update-alternatives --set i686-w64-mingw32-g++ /usr/bin/i686-w64-mingw32-g++-posix