How to Compile a Windows Executable From the Current Github Branch? #414
Replies: 7 comments
-
At least two ways to compile Windows binary are possible.
|
Beta Was this translation helpful? Give feedback.
-
Install MSYS2 https://www.msys2.org
Clone the repo:
Example build and install script:
|
Beta Was this translation helpful? Give feedback.
-
@ra3xdh: could you please list also your commands for the MXE flow? Because Manjaro Linux (Arch) I have to solve this problem first, to find the dev package which contains pangoft2. What desktop environment do you use for the MXE flow? |
Beta Was this translation helpful? Give feedback.
-
For MSYS2 the complex dependencies are hard to resolve (Qt versions, Vulkan, etc):
Probably the MXE flow is more easy, but would need a working commands example. |
Beta Was this translation helpful? Give feedback.
-
I have just added a build script for Windows package here: https://github.com/ra3xdh/qucs_scripts/blob/master/qucs-s-win-makepkg You can use this as the reference for the your own build flow. As I said before, no specific options required for cmake using MXE. Just run the |
Beta Was this translation helpful? Give feedback.
-
MXE uses Qt5 to build Qucs-S. Qt6 build is not tested. |
Beta Was this translation helpful? Give feedback.
-
Try Qt5.15. Qt6 may not work for MSYS2 properly. |
Beta Was this translation helpful? Give feedback.
-
Is there a workflow how to compile a Windows executable based on the current github branch ?
Beta Was this translation helpful? Give feedback.
All reactions