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
13 Then go to the top directory and run the following command.
17 ; Id: README.WIN,v 1.1 2003/06/04 00:27:32 marka Exp