1
0
mirror of https://github.com/GOSTSec/gostcoin synced 2025-01-16 01:30:00 +00:00

Updated Bulding for Windows (MSYS) (markdown)

orignal 2017-04-13 15:23:18 -04:00
parent 7d4288cfa8
commit a1919bf232

@ -10,7 +10,7 @@ Where $ARCH is `i686` or `x86_64` (matching your system).
pacman -S mingw-w64-$ARCH-boost mingw-w64-$ARCH-openssl mingw-w64-$ARCH-gcc git make
export PATH=/$MINGW/bin:/usr/bin
- Build db-4.8
- Build db-4.8
Download http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz
Unpack it
Edit cd db-4.8.30.NC/dist/config.sub : find string "-mingw32* |" and replace by "-mingw32* | -msys* |"