-
Notifications
You must be signed in to change notification settings - Fork 0
How To build
This is the how to build page
you need :
- Visual studio 2022
- python 3 (version > 3.10)
- nsis if you want to package and distribute with :
Copy the nsis dlls in C:/Program Files (x86)/NSIS/Plugins/x86-unicode/ and the nsh in C:/Program Files (x86)/NSIS/Include/
Install the following python package : pip install autobuild llbase
Download dependencies here (https://londoncitysl.com/genesis/dependencies/public/public_depencies.zip) and unzip the content in c:\temp\ on your build machine
with a CMD window (not powershell window), in the Genesis-Eve folder, run
autobuild configure -cRelease -A64 -- -DUSE_FMODSTUDIO:BOOL=ON -DVIEWER_CHANNEL_BASE="Genesis" -DVIEWER_CHANNEL_TYPE=Test'
or
autobuild configure -cRelease -A64 -- -DVIEWER_CHANNEL_BASE="Genesis" -DVIEWER_CHANNEL_TYPE=Test'
if you don't have a fmodstudio license
with a CMD window (not powershell window), in the Genesis-Eve folder, run
autobuild build --no-configure -cRelease -A64