-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Description
We have been building solely on Linux, but we need to ensure we can also build on Windows. The only requirements that have been decided on are as follows:
- Use Windows vcpkg manager, which should streamline the process of installed and tracking dependencies.
- Attempt to use up to date software. For example, using visual studio 2022 and cmake 3.16 or greater. We want to try and update dependencies to be as new as possible.
- We should be able to build an installer that can then be shared to users for installation.
This will require rewrites of the existing code, as build requirements and specifications can differ between Linux and Windows.