From 64755c3815f19f844e91ed243a2e4de7e1253b2d Mon Sep 17 00:00:00 2001 From: R4SAS Date: Thu, 20 Apr 2017 02:02:39 +0300 Subject: [PATCH] fix markup --- Bulding-for-Windows-(MSYS).md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Bulding-for-Windows-(MSYS).md b/Bulding-for-Windows-(MSYS).md index 79b337b..51da465 100644 --- a/Bulding-for-Windows-(MSYS).md +++ b/Bulding-for-Windows-(MSYS).md @@ -12,14 +12,17 @@ Where $ARCH is `i686` or `x86_64` (matching your system). - 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* |" + Unpack it. + Edit `db-4.8.30.NC/dist/config.sub`: + find string `-mingw32* |` and replace by `-mingw32* | -msys* |` + cd db-4.8.30.NC/build_unix ../dist/configure --enable-mingw --enable-cxx --disable-shared --disable-replication --prefix=/usr/local make make install - Build gostcoin + mkdir -p /c/dev/gostcoin cd /c/dev/gostcoin git clone https://github.com/GOSTSec/gostcoin.git