Skip to content

Building the Scoreboard from Source

Craig Spannring edited this page Mar 19, 2025 · 7 revisions

Packages you will need installed (on a Debian/Ubuntu system - there are probably similar names for other platforms) are:

  • ant
  • openjdk-8-jdk (or any higher version)

Clone or download the sourcecode and change into the directory containing the source. To build CRG simply run:

ant

This will also run the bundled tests; if you want to skip those you can run

ant compile

instead. If you want to create a zip archive that you can install on other computers, run

ant zip

instead. The archive will be placed in the folder release.

Clone this wiki locally