Installation of jhc =================== All versions of jhc are available from the [Download Directory](http://repetae.net/dist/). The project is also under darcs revision control however the build process from darcs is somewhat more involved. For information on getting the source code from darcs and building it, see the [Development Page](development.shtml). Getting the RPM --------------- There are source and binary rpms available: Binary RPM: . Source RPM: . Building from the tarball ------------------------- jhc is also distributed via a autoconf/automake style tarball. Building jhc has the following dependencies: * GHC 6.12.1 or better * haskell library [binary](http://hackage.haskell.org/cgi-bin/hackage-scripts/package/binary) * haskell library [zlib](http://hackage.haskell.org/cgi-bin/hackage-scripts/package/zlib) * haskell library [utf8-string](http://hackage.haskell.org/cgi-bin/hackage-scripts/package/utf8-string) * haskell library [readline](http://hackage.haskell.org/cgi-bin/hackage-scripts/package/readline) * haskell library [fgl](http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fgl) * haskell library [regex-compat](http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-compat) * haskell library [HsSyck](http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HsSyck) You can get the tarball at . In order to build it, download it into a directory and perform the following tar zxvf @PACKAGE@-@VERSION@.tar.gz cd @PACKAGE@-@VERSION@ ./configure && make then as root run make install A note on libraries ------------------- All these prepackaged versions of jhc come with prebuilt versions of base, haskell98, and a few other libraries for use by jhc in addition to the sourcecode for these libraries. You can rebuild them if you wish simply by deleting the '.hl' files in your build directory and doing a 'make libs'. however it is recommended you work with the development darcs tree if you plan on modifying the base libraries.