From 3d3bf99e713892f1e308a5ca44573d35b54f5d8b Mon Sep 17 00:00:00 2001 From: orignal Date: Thu, 13 Apr 2017 15:05:14 -0400 Subject: [PATCH] Updated Bulding for Windows (MSYS) (markdown) --- Bulding-for-Windows-(MSYS).md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Bulding-for-Windows-(MSYS).md b/Bulding-for-Windows-(MSYS).md index 04ee26b..498fa06 100644 --- a/Bulding-for-Windows-(MSYS).md +++ b/Bulding-for-Windows-(MSYS).md @@ -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 - Build gostcoin - mkdir -p /c/dev/gostcoin - cd /c/dev/gostcoin - git clone https://github.com/GOSTSec/gostcoin.git - # we need compiler on PATH which is usually heavily cluttered on Windows - export PATH=/$MINGW/bin:/usr/bin - cd gostcoin/i2psam - make -f makefile.mingw - cd ../src - make -f makefile.mingw + mkdir -p /c/dev/gostcoin + cd /c/dev/gostcoin + git clone https://github.com/GOSTSec/gostcoin.git + # we need compiler on PATH which is usually heavily cluttered on Windows + export PATH=/$MINGW/bin:/usr/bin + cd gostcoin/i2psam + make -f makefile.mingw + cd ../src + make -f makefile.mingw