-
Notifications
You must be signed in to change notification settings - Fork 58
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
Making it does not work #224
Comments
As per the README file, Editor currently needs Qt5, building with version 6 will not work. |
Sorry, I also tried install Qt5 with brew and then I used CMake, but it gave me:
Add the installation prefix of "Qt5" to CMAKE_PREFIX_PATH or set "Qt5_DIR" |
Assuming you tried Did you try to add the following in your cmake line? |
It said "zsh: no such file or directory: -DQt5_DIR=/opt/homebrew/opt/qt@5/lib/cmake/Qt5" |
I guess you forgot to add it to the first command:
Then:
|
It gave me this error: |
As the error message says, you need ICU. |
I installed liblcf and Qt 6, but it doesn't work!
The text was updated successfully, but these errors were encountered: