-
Notifications
You must be signed in to change notification settings - Fork 4
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
Which version of QT do I have to install? #18
Comments
This is what I do now:
@barche Is that the correct version? |
Which platform are you working on? For Windows, you can use the official installer, on Linux the distribution packaged and on Mac Homebrew. Note that you don't need the sources, just headers and compiled libraries. Recommended version is 6.5, but any version 6 should work. |
I am on Ubuntu 22.04. But I prefer to compile myself, then I can enable debug info for example, and I don't like the official installer... I checked it out and compiled it, now I only need to figure out how to set /path/to/qt ... |
Set the CMake variable |
For compiling this library the QT sources must be installed.
Which version of the QT sources is needed, and what is the best way to install them?
The text was updated successfully, but these errors were encountered: