mirror of https://github.com/getdnsapi/getdns.git
Update README.md
This commit is contained in:
parent
22a8550caa
commit
e582f0f23e
11
README.md
11
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
|
### 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:
|
To configure:
|
||||||
./configure --enable-use-winsock --enable-stub-only --with-trust-anchor="c:\\\MinGW\\\msys\\\1.0\\\etc\\\unbound\\\getdns-root.key"
|
./configure --enable-use-winsock --enable-stub-only --with-trust-anchor="c:\\\MinGW\\\msys\\\1.0\\\etc\\\unbound\\\getdns-root.key"
|
||||||
|
|
Loading…
Reference in New Issue