-
-
Notifications
You must be signed in to change notification settings - Fork 10
How to build
y0014984 edited this page Apr 11, 2023
·
1 revision
We use HEMTT to build our mod.
- Download or clone the source code from one of our branches (
master
ordev
). - Download and install HEMTT in version 0.7.6 (There is already a newer version, but we need to make some changes before this mod is compatible with this rewrite)
- Open a terminal and go to the cloned or downloaded mod folder
- execute the follwinf command inside this folder:
hemtt build --release
- You will find the build mod in the newly created
releases
folder