minix/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/win
David van Moolenbroek 00b67f09dd Import NetBSD named(8)
Also known as ISC bind.  This import adds utilities such as host(1),
dig(1), and nslookup(1), as well as many other tools and libraries.

Change-Id: I035ca46e64f1965d57019e773f4ff0ef035e4aa3
2017-03-21 22:00:06 +00:00
..
README.WIN Import NetBSD named(8) 2017-03-21 22:00:06 +00:00

To build idnkit for Windows, follow the instruction below.

To build Windows version, you need `iconv' library.  A LGPL
implemenation is available from the following place.

    http://www.gnu.org/software/libiconv/

Follow the instructions described in README.woe32 file which can be
found in the distribution, and you'll get a DLL vesion of `libiconv'.
Copy the DLL (iconv.dll), the header (iconv.h) and the import library
(iconv.lib) here.

Then go to the top directory and run the following command.

	nmake -f make.wnt

; Id: README.WIN,v 1.1 2003/06/04 00:27:32 marka Exp