summaryrefslogtreecommitdiffstats
path: root/README.woe32
diff options
context:
space:
mode:
Diffstat (limited to 'README.woe32')
-rw-r--r--README.woe3229
1 files changed, 29 insertions, 0 deletions
diff --git a/README.woe32 b/README.woe32
new file mode 100644
index 0000000..08dbf89
--- /dev/null
+++ b/README.woe32
@@ -0,0 +1,29 @@
+Installation on Woe32 (WinNT/2000/XP, Win95/98/ME):
+
+- Requires MS Visual C/C++ 4.0 or 5.0 or 6.0 or 7.0.
+
+- Cannot build in a separate directory.
+
+- Build instructions:
+
+ Make sure that the MSVC4.0 or MSVC5.0 or MSVC6.0 utilities ("cl" etc.) are
+ found in PATH.
+
+ For shared library (DLL):
+
+ nmake -f Makefile.msvc DLL=1 MFLAGS=-MD
+
+ For static library:
+
+ nmake -f Makefile.msvc
+
+ If you want to build both the shared and static library, you have to
+ unpack the gettext sources twice in different directories. Don't mix
+ the two formats; you cannot use the libintl.h generated for the static
+ library together with the shared library or vice versa.
+
+- Installation:
+
+ nmake -f Makefile.msvc DLL=1 MFLAGS=-MD install prefix=InstallBaseDirectory
+ or
+ nmake -f Makefile.msvc install prefix=InstallBaseDirectory