tUpdated install instructions for libbzip2 - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 267ac354361c130fa51e64096be3b5629beb5639
(DIR) parent 962043b54f74a02320e6e4a1639bdc4b36ce502c
(HTM) Author: Ben Webb <ben@salilab.org>
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(-)
---
(DIR) diff --git a/INSTALL b/INSTALL
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
(DIR) diff --git a/win32/bzlib/README.bzlib b/win32/bzlib/README.bzlib
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.