Skip to content

How To build

MelyCosti edited this page Oct 20, 2022 · 10 revisions

This is the how to build page

Build environment

you need :

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

Download dependencies here and unzip the content in c:\temp\ on your build machine https://londoncitysl.com/genesis/dependencies/public/public_depencies.zip

Prepare the build for test version

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

compiling and building

with a CMD window (not powershell window), in the Genesis-Eve folder, run autobuild build --no-configure -cRelease -A64

Clone this wiki locally