Le framework Qt sur la Raspberry Pi
Installation
Installation de base
Raspberry Pi OS versions Bullseye, Bookworm
sudo apt-get update
sudo apt-get install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools qtcreator
sudo apt-get install qtbase5-doc qtbase5-doc-html
sudo apt-get install qtbase5-examples
Installation module liaison série
Raspberry Pi OS versions Bullseye, Bookworm
sudo apt-get install libqt5serialport5-dev
sudo apt install qt5serialport-examples qtserialport5-doc-html
Installations pour développement QML + module QCharts
Raspberry Pi OS versions Bullseye, Bookworm
sudo apt-get install qtdeclarative5-dev
sudo apt-get install libqt5charts5 libqt5charts5-dev qml-module-qtcharts
sudo apt install qtcharts5-doc-html qtcharts5-examples
sudo apt install qtquickcontrols2-5-doc-html qtquickcontrols2-5-examples
🞄 🞄 🞄