-
-
Notifications
You must be signed in to change notification settings - Fork 406
Closed
Labels
Description
Feature request
This is a step tracking issue for full Windows support. Everyone can grab a task, the order is free (as possible).
Windows support is still experimental
- Compilation (Hyperion can be compiled) Windows compilation support #738
- Documentation (To recreate a basic compilation system) Windows compilation support #738
- Running (Hyperion runs without critical issues)
- CI - Azure (Compile Hyperion on Azure)
- CI - GH Actions (Compile Hyperion on Github Actions)
- Packaging (.zip) (All in one .zip to provide artifacts)
- Packaging NSIS (.exe). Installer for Hyperion
- Testing - Test everything
- Release
Related PRs
Known issues
As of 2.0.0-alpha.7
Logger won't print all to terminalhyperiond -dcrashesqt.network.ssl QSslSocket: Can't resolve function d2i_x509. Requires bundled openssl lib(s)You need to install latest vcredist x64; Should be executed with the setup install.- No fast DirectX capture, just slow QtGrabber for screen capturing (but works basically)
- Crash after OS standby (in this case Windows 7 "energy saving")
Tests
- SSDP Server works
- Serialport fixed with use QSerialPortInfo to detect presence of a serial port (fix #836) #837
- SSL Server works Fix OpenSSL dependencies for Windows #864