Experimental project to test end to end development process : continuous integration, monitoring, cross-compilation, distributing, etc.
DricomDragon 2d9c00ddcf Merge branch 'new/windows-cross-compile' | há 4 anos atrás | |
---|---|---|
.gitignore | há 4 anos atrás | |
LICENSE | há 4 anos atrás | |
README.md | há 4 anos atrás | |
main.cpp | há 4 anos atrás | |
makefile | há 4 anos atrás |
Experimental project to test end to end development process : continuous integration, monitoring, cross-compilation, distributing, etc.
It is assumed that your are currently using a GNU/Linux distribution, so the default linux-compiler
is g++
found in the environment.
You need the cross-compiler i686-w64-mingw32-g++-win32
, you can install it in Debian :
sudo apt install g++-mingw-w64-i686