From 8077fb66f62fe6a5dfcb992f1b646c89c54cb91f Mon Sep 17 00:00:00 2001 From: rrt Date: Tue, 1 May 2001 15:12:43 +0000 Subject: [PATCH] [project @ 2001-05-01 15:12:43 by rrt] Add zlib to list of required packages for building. --- docs/building/building.sgml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/building/building.sgml b/docs/building/building.sgml index 97eb460..d26fd63 100644 --- a/docs/building/building.sgml +++ b/docs/building/building.sgml @@ -2652,7 +2652,8 @@ guide) before continuing to read these notes. Before you start, make sure you've installed the Cygwin packages openssh, openssl, -cvs, gdbm (needed by cvs), m4 and +cvs, gdbm (needed by cvs), +zlib (needed by cvs), m4 and autoconf. Do not install the cygwin package; the bits of it you need are supplied with GHC. You also need to make sure that the user environment variable MAKE_MODE is set to UNIX. If you don't do -- 1.7.10.4