From 1ac5919c9081703ff2a537ad1c56d394d581370f Mon Sep 17 00:00:00 2001 From: Dom Eori <4j6dq2zi8@relay.firefox.com> Date: Wed, 2 Feb 2022 15:55:48 +0900 Subject: [PATCH] Add building instruction --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 42954cb2..c9447656 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,15 @@ This will be send to the game at booting and being used by following request. - This server provide a simple API for view play information and edit settings for some games. - DIVA and Maimai DX screenshot will be save in data folder. +### Building: +You need to install JDK on your system. However, you don't need to care about Maven, as wrapper script is included. +``` +mvnw package +``` +The output jar will be in `target` folder. + +Currently, there is no script for making distrubution package automatically. + ### Credit: * **samnyan** * **Akasaka Ryuunosuke** : providing all the DIVA protocol information