Manual compilation guide(to take freshest build)
XakepSDK opened this issue ยท 0 comments
Manual mod compilation
Prerequisites
- Java 8
- Git client
Clone
- Install git if not installed
https://git-scm.com/downloads - Clone this repository using this command
git clone https://github.com/FlansMods/FlansMod.git
- Your copy will be in
FlansMod
directory - Execute this to compile mod:
Linux/Mac:./gradlew build
Windows:gradlew.bat build
- Fresh and compiled mod will be in
./FlansMod/build/output/mods/
Addons will be in
./FlansMod/build/output/Flan
- To update your clone, go to
FlansMod
directory and execute this command:
git pull
then recompile mod(par. 4) and take yout fresh jars.