Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: updated git repository link

...

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

 

...