Cannot compile Hedgewars 1.0.0
Thu, 2019-10-10 19:01
Got this error:
Quote:
Found package configuration file:/usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake
but it set Qt5_FOUND to FALSE so package "Qt5" is considered to be NOT
FOUND. Reason given by package:Failed to find Qt5 component "LinguistTools" config file at
"/usr/lib/x86_64-linux-gnu/cmake/Qt5LinguistTools/Qt5LinguistToolsConfig.cmake"
Do you have all dependencies installed? See http://hedgewars.org/kb/Dependencies
Join our chat if you have time.
Edit: You seem to use GNU/Linux. Look for your package manager if you can find a package that includes the Qt Linguist. Which system do you use exactly?
Hi, I am a Hedgewars developer.
I use Debian 10. I have qt4-linguist-tools, but it seems that I need qt5-linguist-tools. Where can I download it?
In Debian 10 you probably need qttools5-dev-tools instead.
Thank you very much! Although it didn't require just require qttools5-dev-tools, so I installed all qttools5-* packages.