Experimental project to test end to end development process : continuous integration, monitoring, cross-compilation, distributing, etc.
DricomDragon 2d9c00ddcf Merge branch 'new/windows-cross-compile' | il y a 4 ans | |
---|---|---|
.gitignore | il y a 4 ans | |
LICENSE | il y a 4 ans | |
README.md | il y a 4 ans | |
main.cpp | il y a 4 ans | |
makefile | il y a 4 ans |
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