diff --git a/Bulding-for-Windows-(MSYS).md b/Bulding-for-Windows-(MSYS).md index be83e42..79b337b 100644 --- a/Bulding-for-Windows-(MSYS).md +++ b/Bulding-for-Windows-(MSYS).md @@ -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* |"