etc/services - sync with NetBSD-8
[minix.git] / external / bsd / bind / dist / contrib / idn / idnkit-1.0-src / win / README.WIN
blobf39ffb7ddf748d7144d53d277b4beabb8f590c87
1 To build idnkit for Windows, follow the instruction below.
3 To build Windows version, you need `iconv' library.  A LGPL
4 implemenation is available from the following place.
6     http://www.gnu.org/software/libiconv/
8 Follow the instructions described in README.woe32 file which can be
9 found in the distribution, and you'll get a DLL vesion of `libiconv'.
10 Copy the DLL (iconv.dll), the header (iconv.h) and the import library
11 (iconv.lib) here.
13 Then go to the top directory and run the following command.
15         nmake -f make.wnt
17 ; Id: README.WIN,v 1.1 2003/06/04 00:27:32 marka Exp