在 ubuntu 18.04 上安装 Qt > 5.10 以构建 minitube 3.2

在 ubuntu 18.04 上安装 Qt > 5.10 以构建 minitube 3.2

用于构建微型管(https://github.com/flaviotordini/minitube)我需要比存储库提供的版本更高的版本。我之所以问这个问题是因为开发人员支持比 LTS 版本(18.04)更高的 Ubuntu 版本

所以我需要自己构建它。另外,我已经通过手动编译安装了以前版本的 minitube。

基于此回答我使用了ppa:beineri/opt-qt-5.12.0-bionic 但是错过了qttools512-dev-tools包因此构建失败:

/opt/qt512/bin/lrelease locale/ar.ts -qm build/target/locale/ar.qm
make: /opt/qt512/bin/lrelease: Command not found
Makefile:904: recipe for target 'build/target/locale/ar.qm' failed
make: *** [build/target/locale/ar.qm] Error 127

那么,我该如何安装更高版本的 qt 来构建minitube。另外请记住,解决方案不应该需要整个 QTCreator,因为我发现它有点臃肿,不适合仅用于构建。

相关内容