Skip to content

Resurrecting Lennart Augustsson's implementation of Cayenne

Notifications You must be signed in to change notification settings

ilya-klyuchnikov/cayenne

 
 

Repository files navigation

To build and install cayenne do

        gunzip < cayenne-YYYY-MM-DD.tgz | tar xf -
        cd Cayenne
        make
        make install

If you don't want to install in /usr/local/bin and
/usr/local/lib/cayenne you can do

	make BINDIR=foo CAYENNEDIR=bar install

In this case you also need to set the environment variable
CAYENNEDIR=bar when running cayenne.


There is some documentation in the html directory.


There's plenty of bugs, so tread carefully. :)

        -- Lennart

About

Resurrecting Lennart Augustsson's implementation of Cayenne

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 94.1%
  • M 4.4%
  • Perl 1.3%
  • Other 0.2%