简体   繁体   English

Qt5.7安装在Raspberry Pi3上并正在工作......如何获得QtCreator?

[英]Qt5.7 installed on Raspberry Pi3 and working…how to get QtCreator?

I've finally mangaged to get Qt5.7 on a Raspberry Pi3, and have built an example which runs on the Pi, this was done by carefully following: 我终于想要在Raspberry Pi3上获得Qt5.7,并建立了一个在Pi上运行的例子,这是通过仔细遵循:

Step by Step instructions on how to install Qt5.6 on Raspberry Pi3 有关如何在Raspberry Pi3上安装Qt5.6的分步说明

To get 5.7 on the Pi simply replace: 要在Pi上获得5.7,只需替换:

    git clone git://code.qt.io/qt/qtbase.git -b 5.6

With: 附:

    git clone git://code.qt.io/qt/qtbase.git -b 5.7

This sets-up the tool chain on a Linux host in my case Ubuntu 16.04, however it doesn't install QtCreator, I then tried installing QtCreator and messed up the build, so I had to start over. 这在我的Ubuntu 16.04的Linux主机上设置工具链,但它没有安装QtCreator,然后我尝试安装QtCreator并搞砸了构建,所以我不得不重新开始。

How do I get the latest QtCreator installed on either the Ubuntu 16.04 or preferably on the Pi3 ? 如何在Ubuntu 16.04上或最好在Pi3上安装最新的QtCreator?

I just started following these instructions: https://www.ics.com/blog/configuring-qt-creator-raspberry-pi 我刚开始遵循这些说明: https//www.ics.com/blog/configuring-qt-creator-raspberry-pi

It starts with installing QtCreator on the Desktop, as you are cross compiling, why would you want it on the Pi itself? 它首先在桌面上安装QtCreator,因为你正在交叉编译,为什么你要在Pi本身上呢?

Still waiting for the build to complete, wonder if it will all work right away :) 还在等待构建完成,想知道它是否会立即全部工作:)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 构建覆盆子pi3 arm64的qt - Build qt for raspberry pi3 arm64 MySql Connector-C ++不会在QtCreator中链接,但可以在树莓派pi3上正常工作 - MySql connector-c++ wont link in QtCreator but works fine locally on raspberry pi3 在 QMainWindow Qt5.7 中强制选项卡式 Dock - Force Tabbed Dock in QMainWindow Qt5.7 在Qt5.7和macOS中使用QColorDialog进行Segfault - Segfault with QColorDialog in Qt5.7 and macOS qt5.7中的信号和插槽-QWebEnginePage - Signals and Slots in qt5.7 - QWebEnginePage Raspberry pi3:C ++串口通讯无法正常工作(Raspberry pi正在运行!) - Raspberry pi3: C++ serial communication not working properly (Raspberry pi was working!) QT5.7-为什么我用QString接收到格式错误的json值,但与std :: string完美匹配? - QT5.7 - Why i get a malformed json value with QString but perfect with std::string? Qt5.7 build和-no-feature-选项不存在 - Qt5.7 build and -no-feature- option not existing Qt5.7的deleteLater()是否取决于操作系统? - Does deleteLater() of Qt5.7 depend of the operative system? 当我在 Raspberry Pi 上合并使用 QTCreator 制作的两个工作应用程序时出现 GLib-GObject 警告和错误 - GLib-GObject Warning and Errors when I merge two working app made using QTCreator on a Raspberry Pi
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM