Prepare for Unicode 3.1 support.
[libiconv.git] / libcharset / README.win32
blobd863ff2d4ad34e22416915f7bac17e66a0fe291f
1 Installation on Win32 (WinNT, Win95/98):
3 - Requires MS Visual C/C++ 4.0 or 5.0 or 6.0.
5 - Cannot build in a separate directory.
7 - Build instructions:
9    Make sure that the MSVC4.0 or MSVC5.0 or MSVC6.0 utilities ("cl" etc.) are
10    found in PATH.
12    For shared library (DLL):
14         nmake -f Makefile.msvc DLL=1 MFLAGS=-MD
16    For static library:
18         nmake -f Makefile.msvc
20    If you want to build both the shared and static library, you have to
21    unpack the libiconv sources twice in different directories.
23 - Installation:
25    Copy include/libcharset.h to your header file repository.
26    Copy lib/charset.lib to your library repository.
27    If you built for shared library, also copy lib/charset.dll into one of
28    the directories listed in your PATH, or into the directory containing
29    the executable which shall make use of libcharset.