Skip to content

Learn to write C++ applications for console, physical projects and create graphical user interfaces with QT5.

License

Notifications You must be signed in to change notification settings

Shourov1/C-plus-plus-and-Qt5-Programming-for-Raspberry-Pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to C++ and Qt5 for Raspberry Pi

License: MIT

I have done some projects using C++ and Qt5 with Raspberry Pi

How to start

To install WiringPi library to use the GPIO pins of Raspberry Pi.

git clone git://git.drogon.net/wiringPi
cd wiringPi/
git pull origin
./build

To see the Raspberry Pi GPIO pins details.

gpio readall

To install Qt5.

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install qt5-default
sudo apt-get install qtcreator
sudo apt-get install qtdeclarative5-dev
sudo apt-get install qtbase5-examples
sudo apt-get install qtbase5-doc-html

Built With

Author

Acknowledgments

About

Learn to write C++ applications for console, physical projects and create graphical user interfaces with QT5.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages