選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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.