How do I build from source?
afkvido opened this issue ยท 2 comments
Is your feature request related to a problem? Please describe.
- I would like to know how to build this from source.
Describe the solution you'd like
- A guide in the README to build it from source
Describe alternatives you've considered
- A guide in the Wiki to build it from source
Hey, its pretty simple.
1, Clone the repo
2, Extract it into a folder
3, Run "gradlew build" in terminal (make sure you are in the directory of the root project)
4, Go to build/libs and you will see the jar generated.
(note: ignore sources jar as its for devs, not end users)