Add build page

Magix 2022-04-18 11:58:31 -04:00
parent 84b7edc09e
commit 02b5bab0c1

10
Building.md Normal file

@ -0,0 +1,10 @@
# Prerequisites
- [JDK 8u202](https://mirrors.huaweicloud.com/java/jdk/8u202-b08)
- [Gradle](https://gradle.org/next-steps/?version=7.4.2&format=all)
## Note about Gradle
If the command `gradle` is mentioned, use your operating system equivalent. (ex. on Windows use `gradlew`)
# Building
1. Setup your Gradle environment by running `gradle`
2. Compile the server into a JAR with `gradle jar` (other build methods work too!)