This is a darcs archive for the Creb project.

To make a local copy of the repositiory do:

  darcs get http://zwizwa.be/darcs/creb
  cd creb
  . bootstrap
  ./configure && make 

And optionally (as root), install the library. By default this is
in the pd tree in /usr/local

  make install

To get updates later, cd to the creb directory and do:

  darcs pull -a
  . bootstrap
  ./configure && make