diff options
author | rrt <unknown> | 2001-05-02 15:26:05 +0000 |
---|---|---|
committer | rrt <unknown> | 2001-05-02 15:26:05 +0000 |
commit | fe1e9caf43f703d4c62bbf037d36502f8713efc9 (patch) | |
tree | 1183453d6f6586446d92eaa33ba69b10696df4b3 /docs/building | |
parent | 40868441d71cb7ea300dba6ec0ec9002fbf996b7 (diff) | |
download | haskell-fe1e9caf43f703d4c62bbf037d36502f8713efc9.tar.gz |
[project @ 2001-05-02 15:26:05 by rrt]
Remove list of packages to install on Windows; the new story is that you
install all of Cygwin.
Diffstat (limited to 'docs/building')
-rw-r--r-- | docs/building/building.sgml | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/docs/building/building.sgml b/docs/building/building.sgml index d26fd63433..89e60e0e4c 100644 --- a/docs/building/building.sgml +++ b/docs/building/building.sgml @@ -2650,15 +2650,13 @@ guide) before continuing to read these notes. </para> <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>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 -this you get very weird messages when you type <Command>make</Command>, such as: -</para><Screen> +Before you start, make sure you've installed Cygwin (from <ULink +URL="http://cygwin.org/">cygwin.org</ULink>). 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 this you get very +weird messages when you type <Command>make</Command>, such as: +</para> +<Screen> /c: /c: No such file or directory</Screen> <Sect2><Title>Configuring ssh</Title> |