Windows companion build - #706
Conversation
|
Just in case you hadn't noticed ie buried in errors, build using Qt 5.15 libraries and thus depreciated warnings. The docker build and hence my dev and testing uses 5.11. |
|
PR #446 that will remove some of the depreciation warnings and compatible with 5.11 |
|
A quick and dirty rename of the RGB define to say CPN_RBG is fine by me as it will not be needed in the next iteration of the colorlcd code that I'm working on. |
54e6dae to
567032c
Compare
|
I tested this branch (wrote also instructions using it https://github.com/EdgeTX/edgetx/wiki/Build-Instructions-under-Windows-10-%28MSYS2%29 ), works nicely under Windows 10 64-bit. Only thing not working yet is the compact simu (make simu) under Windows 10 with MSYS2. Gives me: |
b37bf40 to
ccd28b0
Compare
|
Here some nice feedback to this PR and also to #555 / Companion from RCGroups: |
|
Superseded by #561 |
This PR is aimed at compiling Companion for Windows with Github Actions.
This new system uses:
aqtinstall)It is noteworthy that the compatibility with MSVC was/is broken. For my part, I won't share a single tear 😇
Please note that #561 is based on this PR as well.