1To build idnkit for Windows, follow the instruction below.
2
3To build Windows version, you need `iconv' library.  A LGPL
4implemenation is available from the following place.
5
6    http://www.gnu.org/software/libiconv/
7
8Follow the instructions described in README.woe32 file which can be
9found in the distribution, and you'll get a DLL vesion of `libiconv'.
10Copy the DLL (iconv.dll), the header (iconv.h) and the import library
11(iconv.lib) here.
12
13Then go to the top directory and run the following command.
14
15	nmake -f make.wnt
16
17; Id: README.WIN,v 1.1 2003/06/04 00:27:32 marka Exp
18