Skip to content

How To build

MelyCosti edited this page Oct 21, 2022 · 10 revisions

This is the how to build page

Tools needed

These tools are needed to be able to build the project

Extract StdUtils and move the Include directory into your NSIS install and move Plugins\Unicode\StdUtils.dll to plugins\x86-unicode\ in your NSIS install

Extract the 7z Plugin and move the Plugins directory into your NSIS install directory

Extract the INetC Plugin and move the Plugins directory into your NSIS Install directory

Install the following python package : pip install autobuild llbase

Prepare the build for test version

with a CMD window (not powershell window), in the Genesis-Eve folder, run

autobuild configure -cRelease -A64 -- -DVIEWER_CHANNEL_BASE="Genesis" -DVIEWER_CHANNEL_TYPE=Test'

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