This page contains build instructions. A introduction about Widebase and more at http://widebase.github.com/.
SBT installation instructions on https://github.com/harrah/xsbt/wiki.
Use these commands to build:
> git clone git@github.com:widebase/widebase.git
> cd widebase
> sbt publish-local
Use this command to generating docs:
> sbt "project widebase" "unidoc"
Open ./target/scala-2.9.1/unidoc/index.html
with any web browser.