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
18 lines
579 B
Plaintext
18 lines
579 B
Plaintext
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
|