mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-07 01:52:58 +08:00
Add build page
parent
84b7edc09e
commit
02b5bab0c1
10
Building.md
Normal file
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!)
|
Loading…
Reference in New Issue
Block a user