version 3.4.0 - no for MacOS Monterey? :/ #430
-
Dear All, I don't know what was done or had to be added that caused the application to no longer have a compiled version for macOS Monterey. That's an operating system that is still commonly used, and this is really disappointing. How is this supposed to work now? Do I have to launch Parallels to run Windows 11 just to run the latest version? Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I develop on Linux Debian stable. The Qt toolkit also allows cross-platform development for Windows and Mac. Since I don't use these other two systems, I can only provide packages built with the GitHub CI tool GitHub Runner, which only supports selected systems, e.g. only macos-13 - sorry. But this is an open source project, you are welcome to clone it, set up the toolchain and build it yourself (just follow the steps in the build script). If you like you can document your approach and experiences here, this will help other Mac users. |
Beta Was this translation helpful? Give feedback.
I develop on Linux Debian stable. The Qt toolkit also allows cross-platform development for Windows and Mac. Since I don't use these other two systems, I can only provide packages built with the GitHub CI tool GitHub Runner, which only supports selected systems, e.g. only macos-13 - sorry. But this is an open source project, you are welcome to clone it, set up the toolchain and build it yourself (just follow the steps in the build script). If you like you can document your approach and experiences here, this will help other Mac users.