-
Notifications
You must be signed in to change notification settings - Fork 1
Install_Compile
fpauck edited this page Jun 4, 2019
·
3 revisions
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.
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
)