One: Perform an upgrade on the Raspberry Pi:
1 : Updating the software source
$ sudo apt-get update
2 : Replace the old package
$ sudo apt-getupgrade
3 : Perform a Raspberry Pi firmware upgrade:
1, Raspberry Pi firmware: Can be understood as the Raspberry Pi bios, boot programs and the like, this part of Bo Tong not open source, to the Raspberry Pi added new features mainly through the firmware to achieve.
2, Raspbian system kernel: That is, the Linux kernel, this part is completely open source, the user can download the source code to compile, or through rpi-update and firmware upgrade together
$ sudo rpi-update
After the upgrade is complete, restart the Raspberry Pi
Two: Installation qt5- Default and Qtcreator
Take a look at the Raspberry Pi information
View information about the software warehouse Qt5
You can see that the QT version is 5.3.2
Installing Qt5-default
$ sudo apt-get install Qt5-default
2: installation Qtcreator :
This is qtcreator information, you can see a lot of LIBQT5 installed
$ sudo apt-get install Qtcreator
three: Using Qtcreator
Modify Compiler:
HELLO World
You can also run the compiled program directly:
Description
QT5 integrates a lot of useful functions, such as serial port, Bluetooth and other functions, can play a great role in the custom terminal. But note: In this Raspberry Pi version, the serial, Bluetooth and NFC features are not integrated. Hope that the official website can be a Raspberry Pi QT5
Here I am using the official source, not modified for domestic source