Hello!I have updated agave such that all the libraries and demo scripts now are under the '(agave ...)' namespace.
From the README, the install instructions are now simply:
$ cd /usr/local/lib/ikarus
$ bzr branch lp:~ikarus-libraries-team/ikarus-libraries/srfi
$ git clone git://github.com/dharmatech/agave.git
And running a demo is still simply:
$ ikarus --r6rs-script /usr/local/lib/ikarus/agave/demos/flexi-line.scm
Ed
