Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
This commit is contained in:
parent
54b5469b02
commit
169e9c192a
10
README.md
10
README.md
|
@ -31,9 +31,13 @@ first time, or whenever hit objects are out of sync with the music. This and
|
||||||
other game options can be accessed by clicking the wrench icon in the song menu.
|
other game options can be accessed by clicking the wrench icon in the song menu.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
The LWJGL native libraries must be linked and distributed with this application.
|
opsu! is distributed as a Maven project.
|
||||||
[JarSplice](http://ninjacave.com/jarsplice) is included in the tools directory
|
|
||||||
to merge the files into a single executable fat jar for distribution.
|
* To run the project, execute the Maven goal `compile exec:exec`.
|
||||||
|
* To create a single executable JAR file, execute the Maven goal
|
||||||
|
`package shade:shade`. Note that the LWJGL native libraries must be linked and
|
||||||
|
distributed with this application; [JarSplice](http://ninjacave.com/jarsplice)
|
||||||
|
is included in the tools directory to merge the files into a fat jar.
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
This software was created by Jeffrey Han
|
This software was created by Jeffrey Han
|
||||||
|
|
Loading…
Reference in New Issue
Block a user