]> Git Repo - VerusCoin.git/commit
Auto merge of #3172 - str4d:mingw32, r=str4d
authorHomu <[email protected]>
Thu, 30 Aug 2018 21:51:24 +0000 (14:51 -0700)
committerHomu <[email protected]>
Thu, 30 Aug 2018 21:51:24 +0000 (14:51 -0700)
commit12c1156f31273afc07c2cb1cb95b37e6766df562
tree671f700a69dbce7075f7524807418f8cee75f96e
parent791a68cdf5463d8811dbaa70ea85dabec3b03fc1
parente47ccf2a008c645c78deba129a88fcc8de5ffa9c
Auto merge of #3172 - str4d:mingw32, r=str4d

Windows cross-compile support

Usage on Debian / Ubuntu:

> $ sudo apt install mingw-w64
> $ sudo update-alternatives --config x86_64-w64-mingw32-gcc
> (configure to use POSIX variant)
> $ sudo update-alternatives --config x86_64-w64-mingw32-g++
> (configure to use POSIX variant)
> $ HOST=x86_64-w64-mingw32 ./zcutil/build.sh

Closes #489.
This page took 0.025388 seconds and 4 git commands to generate.