This release has been tested with the following compilers/platforms:
Usemake ghc-install
ghcxmake
to compile programs that use the Fudgets Library.
Usemake install
hbcxmake
to compile programs that use the Fudgets Library.
$path
:
ghc
| The Glasgow Haskell Compiler, version 6.0.1 or later |
- | (hmake is no longer needed)
|
You can compile and install separately by using the commands
to compile, and thenmake ghc-all
to installmake ghc-install
The default is to install in
/usr/local/{bin,lib}
, but you can install in a different place
by doing
to put things undermake PREFIX=/somewhere/else ghc-install
/somwhere/else
instead of
/usr/local/
. More fine-grained control is available too,
see the Makefile
.