Building chicken added by mario-goulart on Wed Oct 9 01:27:40 2013

$ wget http://code.call-cc.org/releases/4.8.0/chicken-4.8.0.5.tar.gz
$ tar xzvf chicken-4.8.0.5.tar.gz
$ cd chicken-4.8.0.5
$ make PLATFORM=linux PREFIX=$HOME/local/chicken-4.8.0.5 install

$ git clone git://code.call-cc.org/chicken-core
$ cd chicken-core
$ make PLATFORM=linux PREFIX=$HOME/local/chicken-master CHICKEN=$HOME/local/chicken-4.8.0.5/bin/chicken boot-chicken
$ make PLATFORM=linux PREFIX=$HOME/local/chicken-master CHICKEN=./chicken-boot spotless install