diff options
author | rrt <unknown> | 2001-05-01 15:12:43 +0000 |
---|---|---|
committer | rrt <unknown> | 2001-05-01 15:12:43 +0000 |
commit | 8077fb66f62fe6a5dfcb992f1b646c89c54cb91f (patch) | |
tree | 03e53756f0d52ff42da526ab8ef547683737e2b2 | |
parent | cbf578d5ec52f0c6db74156ed825dfc45afd3606 (diff) | |
download | haskell-8077fb66f62fe6a5dfcb992f1b646c89c54cb91f.tar.gz |
[project @ 2001-05-01 15:12:43 by rrt]
Add zlib to list of required packages for building.
-rw-r--r-- | docs/building/building.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/building/building.sgml b/docs/building/building.sgml index 97eb460509..d26fd63433 100644 --- a/docs/building/building.sgml +++ b/docs/building/building.sgml @@ -2652,7 +2652,8 @@ guide) before continuing to read these notes. <para> Before you start, make sure you've installed the Cygwin packages <filename>openssh</filename>, <filename>openssl</filename>, -<filename>cvs</filename>, <filename>gdbm</filename> (needed by cvs), <filename>m4</filename> and +<filename>cvs</filename>, <filename>gdbm</filename> (needed by cvs), +<filename>zlib</filename> (needed by cvs), <filename>m4</filename> and <filename>autoconf</filename>. Do not install the <filename>cygwin</filename> package; the bits of it you need are supplied with GHC. You also need to make sure that the user environment variable <Constant>MAKE_MODE</Constant> is set to <Literal>UNIX</Literal>. If you don't do |