-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Development Prerequisites to qt6 #892
Comments
I have updated the https://github.com/Brewtarget/brewtarget/wiki/Development:-Getting-Started page. I haven't tested the |
The bt script had an error on Debian 12 that was easy to resolve: meson.build:191:0: ERROR: Value "c++23" (of type "string") for combo option "C++ language standard to use" is not one of the choices. I was able to build a .deb install file with Meson, but it fails to install on Debian 12 because of dependency issues. |
I just created a new .deb install file. There were only 3 dependencies that were an issue. |
Hopefully this is fixed in 4.0.12. If not, please don't hesitate to reopen this issue! |
It is no longer possible to compile with qt5. The required packages should be updated to qt6.
On current stable Debian 12, I find these are enough to compile correctly:
qt6-svg-dev qt6-tools-dev qt6-base-dev qt6-multimedia-dev
It is not possible to install current releases on Debian, so compiling seems to be the best option.
The text was updated successfully, but these errors were encountered: