Versions Compared

Key

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

...

JavaDoc documentation for the current release can be found here

Building

...

from source

The Flux Capacitor 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:

Code Block
$> git clone http://sammeth.net/fisheyebitbucket/scm/gitbarna/barna.git
$> cd barna
$> git checkout develop

...