From 6be221fa082bcb9d8fac1f71873e6d8780ffd591 Mon Sep 17 00:00:00 2001 From: orignal Date: Thu, 13 Apr 2017 15:13:07 -0400 Subject: [PATCH] Updated Bulding for Windows (MSYS) (markdown) --- Bulding-for-Windows-(MSYS).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bulding-for-Windows-(MSYS).md b/Bulding-for-Windows-(MSYS).md index fb25917..5cd7d57 100644 --- a/Bulding-for-Windows-(MSYS).md +++ b/Bulding-for-Windows-(MSYS).md @@ -11,7 +11,7 @@ Where $ARCH is `i686` or `x86_64` (matching your system). export PATH=/$MINGW/bin:/usr/bin - Build db-4.8 - Download http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz + 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* |" cd db-4.8.30.NC/build_unix