User manual
Ausgabe 07.12.2016 Copyright by Joy-IT 21
chmod 777 build
./build
3
RPi - Explorer700
13. Libraries Installaon for RPi
In order to use the API examples we provide, related libraries are required, which should be
installed manually.
bcm2835 libraries
wiringPi libraries
13.1 Install WiringPi Library
Click to download the wiringPi libraries, or you can also obtain the latest version from the WiringPi
website:
hps://projects.drogon.net/raspberry-pi/wiringpi/download-and-install/
Copy the installaon package into your own system via a USB ash drive, enter the WiringPi folder,
then do this to install:
Run the following command to check the installaon:
13.2 Install C Library bcm2835
Click to download the bcm2835-1.50 libraries. You can also obtain the latest version from the
bcm2835 website: hp://www.airspayce.com/mikem/bcm2835/
Copy the installaon package into your own system, enter the bcm2835 libraries folder, then do this
to install:
gpio –v
./congure
make
sudo make check
sudo make install