diff options
author | simonpj <unknown> | 2003-11-18 11:57:29 +0000 |
---|---|---|
committer | simonpj <unknown> | 2003-11-18 11:57:29 +0000 |
commit | 303bdd232cd32135407ca71ab438bdf3715a41de (patch) | |
tree | 8804dc6369be56d45fef31790688161106574021 /docs | |
parent | 9fdc7deb77d8f8131782eeba0c875a5020ba9c94 (diff) | |
download | haskell-303bdd232cd32135407ca71ab438bdf3715a41de.tar.gz |
[project @ 2003-11-18 11:57:29 by simonpj]
Add notes about windows build, esp the need for automake
Diffstat (limited to 'docs')
-rw-r--r-- | docs/building/building.sgml | 39 |
1 files changed, 31 insertions, 8 deletions
diff --git a/docs/building/building.sgml b/docs/building/building.sgml index dac6cf5d94..111e85f6d3 100644 --- a/docs/building/building.sgml +++ b/docs/building/building.sgml @@ -4439,14 +4439,37 @@ but you do need it to <emphasis>build</emphasis> GHC.</para> <para> Install Cygwin from <ulink url="http://www.cygwin.com/">http://www.cygwin.com/</ulink>. The installation process is straightforward; we install it in <Filename>c:/cygwin</Filename>. -During the installation dialogue, make sure that you select: -<command>cvs</command>, <command>openssh</command>, -<command>autoconf</command>, -<command>binutils</command> (includes ld and (I think) ar), -<command>gcc</command>, -<command>flex</command>, -<command>make</command>. - +During the installation dialogue, make sure that you select all of the following: +<itemizedlist> +<listitem><para> + <command>cvs</command>, +</para></listitem> +<listitem><para> + <command>openssh</command>, +</para></listitem> +<listitem><para> + <command>autoconf</command>, +</para></listitem> +<listitem><para> + <command>automake</command>, +</para></listitem> +<listitem><para> + <command>binutils</command> (includes ld and (I think) ar), +</para></listitem> +<listitem><para> + <command>gcc</command>, +</para></listitem> +<listitem><para> + <command>flex</command>, +</para></listitem> +<listitem><para> + <command>make</command>. +</para></listitem> +</itemizedlist> +If you miss out any of these, strange things will happen to you. To see thse packages, +click on the "View" button in the "Select Packages" +stage of Cygwin's installation dialogue, until the view says "Full". The default view, which is +"Category" isn't very helpful, and the "View" button is rather unobtrousive. </para> <para> Now set the following user environment variables: <itemizedlist> |