简体   繁体   中英

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:

Step by Step instructions on how to install Qt5.6 on Raspberry Pi3

To get 5.7 on the Pi simply replace:

    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.

How do I get the latest QtCreator installed on either the Ubuntu 16.04 or preferably on the Pi3 ?

I just started following these instructions: 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?

Still waiting for the build to complete, wonder if it will all work right away :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM