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

Updated Bulding for Windows (MSYS) (markdown)

orignal 2017-04-13 15:05:14 -04:00
parent a5f1b2c823
commit 3d3bf99e71

@ -10,12 +10,12 @@ 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 pacman -S mingw-w64-$ARCH-boost mingw-w64-$ARCH-openssl mingw-w64-$ARCH-gcc git make
- Build gostcoin - Build gostcoin
mkdir -p /c/dev/gostcoin mkdir -p /c/dev/gostcoin
cd /c/dev/gostcoin cd /c/dev/gostcoin
git clone https://github.com/GOSTSec/gostcoin.git git clone https://github.com/GOSTSec/gostcoin.git
# we need compiler on PATH which is usually heavily cluttered on Windows # we need compiler on PATH which is usually heavily cluttered on Windows
export PATH=/$MINGW/bin:/usr/bin export PATH=/$MINGW/bin:/usr/bin
cd gostcoin/i2psam cd gostcoin/i2psam
make -f makefile.mingw make -f makefile.mingw
cd ../src cd ../src
make -f makefile.mingw make -f makefile.mingw