| Date: Tue, 24 Sep 2002 11:37:33 +0000
Updated install instructions for libbzip2
Diffstat:
M INSTALL | 5 +++--
M win32/bzlib/README.bzlib | 11 ++++++-----
2 files changed, 9 insertions(+), 7 deletions(-)
--- |
| t@@ -140,8 +140,9 @@ these warnings can be safely ignored, so this is not the default.
WIN32 INSTALLER
===============
-In order to build the Win32 installer program for dopewars, place the ZLib
-source code (from www.zlib.org) into win32/zlib, and build it with
+In order to build the Win32 installer program for dopewars, place the
+libbzip2 source code (from http://sources.redhat.com/bzip2/) into
+win32/bzlib, and build it with
make -f Makefile.nocygwin
|
| t@@ -1,6 +1,7 @@
If you are intending to build the Win32 installer for dopewars, then place
-the bzlib distribution into this directory. The installer expects to
-statically link with the file libbz2.a in this directory; the libbz2.a file
-included in the Cygwin distribution should _not_ be used, as this requires
-the CYGWIN.DLL file, which is not a standard Windows DLL. Use the
-Makefile.nocygwin file to compile bzlib, as this adds in the -mno-cygwin flag.
+the bzlib distribution (from http://sources.redhat.com/bzip2/) into this
+directory. The installer expects to statically link with the file libbz2.a
+in this directory; the libbz2.a file included in the Cygwin distribution
+should _not_ be used, as this requires the CYGWIN.DLL file, which is not
+a standard Windows DLL. Use the Makefile.nocygwin file to compile bzlib,
+as this adds in the -mno-cygwin flag. |