forked from daid/EmptyEpsilon
-
Notifications
You must be signed in to change notification settings - Fork 0
Build for Windows
Oznogon edited this page Jun 23, 2026
·
1 revision
There are several ways to build EmptyEpsilon for Windows:
- On a Linux machine, by cross-compiling to windows (Most reliable, how official releases are built)
- On Windows by using the "Windows Subsystem for Linux" (WSL) (Reliable easy builds on Windows)
- On Windows with Visual Studio
- On Windows with MSVC Build Tools
An MSI installer can be generated, using the WIX Toolset. To use it, just pass CPACK_GENERATOR=WIX to CMake (either via the GUI or the commandline).
⚠️ NOTE:As of May 2021, the installer was still in early stages and should be considered experimental.
⚠️ MSI and cross-compiling from LinuxIf you are cross compiling from Linux, you can't generate the MSI package through CMake. WIX support is compiled out of CMake on non-win32 platforms.
- Home
- Building and installing the game
- Configuring the game
- Playing the game
- Officer roles and screens
- Captain
- Main screen
- Ship window
- Crews of 5-6 players
- Crews of 3-4 players
- Single-player crew
- Game Master (GM) screens
- Extra screens
- Minigames
- Weapon types
- Officer roles and screens
- Extending the game
- Troubleshooting
- Fork content