diff options
author | simonmar <unknown> | 2005-03-16 11:18:59 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-03-16 11:18:59 +0000 |
commit | 9cbbb552ef1ce095b53e6f882d67c75eb819fc5b (patch) | |
tree | 060b977188985718732277a4704f499c7268d405 | |
parent | addb084e807f081af46b70064c898e623f0ad3ab (diff) | |
download | haskell-9cbbb552ef1ce095b53e6f882d67c75eb819fc5b.tar.gz |
[project @ 2005-03-16 11:18:59 by simonmar]
Add note about GLUT from Claus (actually I have very little idea if
this is correct or not - Sven, if you have a chance to take a look
that would be great.)
-rw-r--r-- | docs/building/building.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/building/building.xml b/docs/building/building.xml index 04dd999975..06e3302226 100644 --- a/docs/building/building.xml +++ b/docs/building/building.xml @@ -4817,6 +4817,11 @@ so you will need to add <filename>emacs/bin</filename> to your <literal>PATH</li </para> </listitem> + <listitem> + <para>You might want to install GLUT in your MSYS/Cygwin + installation, otherwise the GLUT package will not be built with + GHC.</para> + </listitem> <listitem> <para> Finally, check out a copy of GHC sources from |