diff options
author | simonmar <unknown> | 2005-02-07 11:11:33 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-02-07 11:11:33 +0000 |
commit | c6fd65f1b9e5420a8c0e17272e87d01f33db987a (patch) | |
tree | 658ebaa41c9a77b5d2a9bf9d1fa4543157b5c926 /README | |
parent | e25528e60aef15cf6697b4a30217f1f1f22e9aa0 (diff) | |
download | haskell-c6fd65f1b9e5420a8c0e17272e87d01f33db987a.tar.gz |
[project @ 2005-02-07 11:11:33 by simonmar]
Point directly to the Building Guide from here.
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -42,8 +42,12 @@ install the package somewhere other than /usr/local. Try ./configure There is usually an ANNOUNCE* file with any distribution. Please consult that, or the <piece>/README file, to find out how to proceed. -Full documentation for the fptools build system can be found on the -GHC web pages: +Full documentation for the fptools build system can be found in the +Building Guide: + + http://www.haskell.org/ghc/docs/latest/html/building/building-guide.html + +More information about GHC can be found here: http://www.haskell.org/ghc/ |