Go to the first, previous, next, last section, table of contents.

Installing from binary distributions

Installing from binary distributions is easiest, and recommended! (Why binaries? Because GHC is a Haskell compiler written in Haskell, so you've got to "bootstrap" it, somehow. We provide machine-generated C-files-from-Haskell for this purpose, but it's really quite a pain to use them. If you must build GHC from its sources, using a binary-distributed GHC to do so is a sensible way to proceed. For the other `fptools' programs, many are written in Haskell, so binary distributions allow you to install them without having a Haskell compiler.)


Go to the first, previous, next, last section, table of contents.