gd - A Haskell binding to a subset of the GD graphics library

Description

This is a binding to a (currently very small) subset of the GD graphics library.

API Documentation

Haddock-generated API documentation

Download

Darcs

$ darcs get --partial http://www.cs.chalmers.se/~bringert/darcs/haskell-gd/

Tarball

Latest release: gd-2006.7.12.tar.gz

You can also use gd-latest.tar.gz which should always redirect you to the latest release tarball.

Installation

  1. Unpack the sources and enter the source directory:
    $ tar -zxf gd-2006.7.12.tar.gz
    $ cd gd-2006.7.12
    
  2. Configure:
    $ runghc Setup.hs configure
    
  3. Build:
    $ runghc Setup.hs build
    
  4. Install (as root):
    # runghc Setup.hs install
    

Maintainer

bjorn@bringert.net

License

BSD3