You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

BUILDING.txt 360B

123456789101112
  1. To build from source:
  2. 1) Install Maven (http://maven.apache.org/).
  3. 2) mvn clean install
  4. 3) Find output in "target" directory.
  5. Alternately:
  6. 1) Use the included "maven wrapper" (no separate installation necessary)
  7. 2a) For linux/macos (or similar):
  8. ./mvnw clean install
  9. 2b) For windows:
  10. mvnw.cmd clean install
  11. 3) Find output in "target" directory.