removed old libs
[TestXSLT.git] / libiconv / libcharset / README.woe32
1 Installation on Woe32 (WinNT/2000/XP, Win95/98/ME):
2
3 - Requires MS Visual C/C++ 4.0 or 5.0 or 6.0.
4
5 - Cannot build in a separate directory.
6
7 - Build instructions:
8
9    Make sure that the MSVC4.0 or MSVC5.0 or MSVC6.0 utilities ("cl" etc.) are
10    found in PATH.
11
12    For shared library (DLL):
13
14         nmake -f Makefile.msvc DLL=1 MFLAGS=-MD
15
16    For static library:
17
18         nmake -f Makefile.msvc
19
20    If you want to build both the shared and static library, you have to
21    unpack the libiconv sources twice in different directories.
22
23 - Installation:
24
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.