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