Getting Cayenne

You can get Cayenne from http://www.cs.chalmers.se/~augustss/cayenne/cayenne-2005-10-06.tar.gz . To build and install cayenne do
        gunzip < cayenne-YYYY-MM-DD.tar.gz | tar xf -
        cd Cayenne
        make
        make install
For Cayenne to work you need GHC which can be found at http://www.haskell.org/ghc/.

There is some documentation in the html/ directory and some sample programs in test/.

Back


Lennart Augustsson
Last modified: Mon Aug 23 14:40:00 CEST 2005