...
The Flux Simulator 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:
$> git clone http://bitbucket.sammeth.net/bitbucket/scm/barna/barna.git $> cd barna $> git checkout develop |
...