lablai needs OCaml to run. The current version has been tested with OCaml 3.04 under GNU/Linux.
You can get the latest release from the lablai download page on SourceForge.net.
There is no binary distribution of lablai for the moment, you need to get the sources and compile it by yourself.
As of 01.24.2008 the repository was moved to from CVS to SVN. You can now browse the latest sources here
To download the sources to a directory on your computer you need a SVN-client. Point
this client to https://lablai.svn.sourceforge.net/svnroot/lablai
For this you can use the following command:
$ svn checkout https://lablai.svn.sourceforge.net/svnroot/lablai < your directory >
You might want to add a /trunk to the remote path to only check out the main branch.
You can
browse
or checkout lablai sources from the SourceForge.net
repository. To checkout the sources, you need to tell CVS where to
find the source repository using the following command:
$ export CVSROOT=':pserver:anonymous@lablai.cvs.sourceforge.net:/cvsroot/lablai'
Then, log in to the CVS server and extract the source tree:
$ cvs login
(you can hit enter, there is no password)
$ cvs -z3 co lablai