-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
make install currently broken. #289
Comments
I'm not knowledgable in Make / QMake expert so I can't provide a pull request for this but here is the output when trying to build the master branch:
Hope this helps. |
In your case the error is caused by two missing applications.
These are part of the qt linguist tools (used for localisation) . . |
Nope. I'm trying to build with qt5 but there is no lrelease for it?! See http://packages.ubuntu.com/search?suite=yakkety&arch=any&mode=exactfilename&searchon=contents&keywords=lrelease-qt5 With Seems like qt4 is required after all? |
That's because qt4 is deprecated so it's just called Don't have access to an Ubuntu VM to check but I'm pretty sure it should be in the Perhaps a |
Fixed in 13bddc5 |
After moving sources
make install
seems to not do anything.The text was updated successfully, but these errors were encountered: