summaryrefslogtreecommitdiffstats
path: root/contrib/idn/idnkit-1.0-src/win/README.WIN
blob: 8e47f85babfb499b0fd03cb3cfcffe20748bf1a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.1.1 2003/06/04 00:27:32 marka Exp $