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.
9 Make sure that the MSVC4.0 or MSVC5.0 or MSVC6.0 utilities ("cl" etc.) are
12 For shared library (DLL):
14 nmake -f Makefile.msvc DLL=1 MFLAGS=-MD
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.
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.