【发布时间】:2016-07-02 15:22:55
【问题描述】:
我终于设法在 Raspberry Pi3 上安装了 Qt5.7,并构建了一个在 Pi 上运行的示例,这是通过以下仔细完成的:
Step by Step instructions on how to install Qt5.6 on Raspberry Pi3
要在 Pi 上获取 5.7,只需替换:
git clone git://code.qt.io/qt/qtbase.git -b 5.6
与:
git clone git://code.qt.io/qt/qtbase.git -b 5.7
这在我的情况下 Ubuntu 16.04 的 Linux 主机上设置了工具链,但是它没有安装 QtCreator,然后我尝试安装 QtCreator 并搞砸了构建,所以我不得不重新开始。
如何在 Ubuntu 16.04 或 Pi3 上安装最新的 QtCreator?
【问题讨论】:
标签: c++ qt-creator raspberry-pi3 qt5.7