Skip to content

Installing WiringPi

Vasco Craveiro Costa edited this page Jul 6, 2015 · 2 revisions

In order to install WiringPi, you need to run first clone the project from GitHub and then build it:

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

Reference

Clone this wiki locally