Edit

thodg/libiconv/README.win32

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2000-01-24 13:06:57
    Hash : c37afd43
    Message : Upgrade to libiconv-1.1.

  • README.win32
  • Installation on Win32 (WinNT, Win95/98):
    
    Here are instructions for compiling libiconv as a static library. If you
    want to create it as a shared library (DLL), you are on your own; patches
    are welcome.
    
    - Requires MS Visual C/C++ 4.0 or 5.0.
    
    - Cannot build in a separate directory.
    
    - Build instructions:
    
       Make sure that the MSVC4.0 or MSVC5.0 utilities ("cl" etc.) are found in
       PATH.
    
            nmake -f Makefile.msvc
    
    - Installation:
    
       Copy include/libiconv.h to your header file repository, under the
       name 'iconv.h'. Copy src/iconv.lib to your library repository.