Skip to content
bjpop edited this page Sep 14, 2010 · 3 revisions

Git repository

The source code of the development version of berp is available on github

You can clone a copy of the source with this command:

git clone http://github.com/bjpop/berp.git

If you use git to access the source code you will have to manually install all the other source code dependencies that are required to build berp.

Haskell cabal

Berp is also available from hackage

If you have the haskell cabal tool, you can install it from hackage like so:

cabal install berp

This should also install any other source code dependencies that a required to build berp.