Skip to content

Running from source

Fabian Dill edited this page Feb 13, 2022 · 14 revisions

If you just want to play and there is a compiled version available, use that version. These steps are for developers or platforms without compiled releases available.

General

What you'll need:

  • Python 3.8+
    • with pip, which depending on platform may have to be installed separately
  • A C compiler

Then run any of the starting points, like Generate and the included ModuleUpdater should prompt to install or update the required modules and after pressing enter proceed to install everything automatically. After this, you should be able to run the programs.

Windows

Recommended steps

  • Download and install Python, make sure to install it with pip included
  • Download and install Visual Studio Build Tools
  • run Generate.py which will prompt installation of missing modules, press enter to confirm

Optional A Link to the Past Enemizer

At https://github.com/Ijwu/Enemizer/releases you can get the latest Enemizer release, it should be dropped as "EnemizerCLI" into the root folder of the project. Alternatively, you can point the Enemizer setting in host.yaml at your Enemizer.

Clone this wiki locally