From e582f0f23e1b6c0ae72f092d28165401d6e0b7d3 Mon Sep 17 00:00:00 2001 From: gmadkat Date: Fri, 4 Dec 2015 16:23:05 -0500 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec28e45c..e69078ef 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,16 @@ As of the 0.2.0 release, when installing via Homebrew, the trust anchor is expec ### Microsoft Windows 8.1 -The windows version of getdns currently only is supported in stub only mode. +Build tested using Mingw(3.21.0) and Msys 1.0 (http://www.mingw.org/) on Windows 8.1 + +Dependencies: +The following dependencies are built from source on Mingw +openssl1.0.2a +libexpat +ldns (dependency to be removed soon) +libidn + +The windows version of getdns currently only is supported in the stub only mode. To configure: ./configure --enable-use-winsock --enable-stub-only --with-trust-anchor="c:\\\MinGW\\\msys\\\1.0\\\etc\\\unbound\\\getdns-root.key"