
[ Dependencies ]

- java (tested with version 1.4.2)
- BeanShell (tested with version 2.0b2)
- TuProlog (we use a modified version of 1.2.1)

[ Preparing the environment (bash) ]

You need to add the following lines to your .bash_profile for
Lillambi to do its work :

--
LILLAMBI=~/lillambi
PATH=$LILLAMBI/bin:$PATH

export LILLAMBI
export PATH
--