Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We are constantly improving the software packages in the barna repository and create nightly builds every day. If you want to try out the latest and greatest, check the Nightly Build Folder to download the current builds. But please keep in mind that these are no releases and might be unstable. JavaDoc documentation for the current development branch can be found here

Source Code

The AStalavista source code can be accessed from our Git Repository. You can check out the AStalvista source code from our repository using git:

Code Block
languagebash
 git clone http://bitbucket.sammeth.net/scm/barna/barna.git

...


Building from source

The Astalavista source is maintained in the develop branch in the git repository. In order to compile the latest development version, first clone the repository and switch to the develop branch:

...