-
Notifications
You must be signed in to change notification settings - Fork 183
Build ‐ Windows
Parracodea edited this page Mar 23, 2024
·
3 revisions
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 "Linux Subsystem for Windows" (Reliable easy builds on Windows)
- On Windows with Visual Studio
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 is still in early stages and should be considered experimental.
⚠️ MSI and cross-compiling from LinuxIf you are cross compiling from linux, you will not be able to generate the MSI package through CMake - WIX support is compiled out of CMake on non-win32 platforms
- Home
- Stations
- Main Screen/Captain
- 5-6 Player Crews
- 3-4 Player Crews
- 1 Player Crew
- Game Master
- Additional Stations and Views
- Setting up a Game
- Lore
- Expanding the Game
- Additional Features
- Building from Source