github 下载后cmake编译会出现一些依赖
Could not find a package configuration file provided by "ECM" 则执行
sudo apt install extra-cmake-modules
PAM headers not found - configure:
解决方法 yum -y install pam-devel
No package ‘xcb-xkb’ found.
解决方法
sudo apt install libxcb-xkb-dev
Could not find a package configuration file provided by “Qt5Qml“
解决方法:
sudo apt-get install qtdeclarative5-dev
缺少Qt5LinguistTools
Could not find "Qt5LinguistTools"
解决:
apt-get install qttools5-dev