X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=README;h=03642fbecb170b5db006aa6f1625b5ed71cb0550;hp=1cd147e5aa734665458c4f87e6b3e42c57f9d9c2;hb=bb7d80b3b8d1396d481d3b24302bee24a3d92f71;hpb=c4ff47eac2c5b9046eec296dc6a5e6cebc351f61 diff --git a/README b/README index 1cd147e..03642fb 100644 --- a/README +++ b/README @@ -75,12 +75,12 @@ XML toolchain if you want to build the compiler documentation. Quick start: the following gives you a default build: - $ autoreconf + $ sh boot $ ./configure $ make $ make install -The autoreconf step is only necessary if this is a tree checked out +The "sh boot" step is only necessary if this is a tree checked out from darcs. For source distributions downloaded from GHC's web site, this step has already been performed. @@ -89,21 +89,18 @@ optimised and built in various ways (eg. profiling libs are built). It can take a long time. To customise the build, see the file HACKING. -For full information on building GHC, see the GHC Building Guide [3], -which is also available in source form (DocBook XML) in docs/building. +For full information on building GHC, see the GHC Building Guide [3]. References ========== - [1] http://www.haskell.org/ghc/ GHC Home Page - [2] http://hackage.haskell.org/trac/ghc GHC Developer's Wiki - [3] http://hackage.haskell.org/trac/ghc/wiki/Building - Building Guide - - [4] http://www.haskell.org/happy/ Happy - [5] http://www.haskell.org/alex/ Alex - [6] http://www.haskell.org/haddock/ Haddock + [1] http://www.haskell.org/ghc/ GHC Home Page + [2] http://hackage.haskell.org/trac/ghc GHC Developer's Wiki + [3] http://hackage.haskell.org/trac/ghc/wiki/Building Building Guide + [4] http://www.haskell.org/happy/ Happy + [5] http://www.haskell.org/alex/ Alex + [6] http://www.haskell.org/haddock/ Haddock Contributors