Skip to content

Install_Compile

fpauck edited this page Jun 4, 2019 · 3 revisions

Install

To simply install BREW you must

  • download the current release: here
  • and unzip it
  • done!

For a hello world like tutorial follow the runthrough tutorial.

Compile

To compile BREW by yourself follow these steps:

  • Clone the repository
  • Build the Maven project by:
cd /path/to/project/BREW
mvn

(Test might not be completely up-to-date, consider skipping: mvn -DskipTests)