Versions Compared

Key

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

...

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

JavaDoc documentation for the current release can be found here

...

 

$> git clone http://sammeth.net/bitbucket/scm/barna/barna.git
$> cd barna
$> git checkout develop

 

Now switch into the barna.capacitory folder and build a distribution:

 

$> cd barna.astalavista
$> ../gradlew dist

 

When executed the first time, gradle will download a lot of dependencies, get a hot beverage, this might take a moment. The gradle script will compile the code and all dependencies, and finally a .tag.gz and a .zip file are created. You can find them in the build/distributions/ folder. These are the created bundles that contain the Astalavista build from source.

...

 

Please make sure that you have a full jdk version installed, i.e., not just a runtime environment without the 'javac' compiler binary. You can check the presence of the compiler commnd in JAVA_HOME/bin. Also make sure that the JAVA_HOME environment variable is set to the root folder of your Java installation, by

 

export JAVA_HOME=/path/to/java

 

License

The AStalavista source code is available under the BSD 3-Clause License

...