Eduardo Cavazos wrote:
Installation instructions:
$ cd ~/scheme # Where ~/scheme is a path to your R6RS libraries
$ bzr branch lp:~ikarus-libraries-team/ikarus-libraries/srfi
$ git clone git://github.com/dharmatech/numero.git
$ git clone git://github.com/dharmatech/mpl.git
This is a good example of the use case I have in mind for Epcot. In
fact, it's a *very* good example because there's a missing dependency in
the instructions! :-) You also need 'xitomatl':
$ bzr branch lp:~derick-eddington/scheme-libraries/xitomatl
I updated the Epcot registry and now the 'mpl' libraries can be
installed like so:
$ ikarus --r6rs-script /scheme/epcot/install.sps mpl
Epcot looks for two environment variables. Mine are set as follows:
export EPCOT_LIBRARIES=/scheme # Where the libraries are installed
export EPCOT_REGISTRY=/scheme/epcot/registry # Registry location
Ed