Instructions

Ausgabe 22.09.2017 Copyright by Joy-IT 20
3
RPi - Explorer700
12. Installing the additional libraries
In order to use the API examples we provide, related libraries are required, which should be installed
manually.
bcm2835 Libaries
wiringPi Libraries
12.1 wiringPi Library
Click here to download the wiringPi libraries.
You can also download them from the wiringPi website:
hps://projects.drogon.net/raspberry-pi/wiringpi/download-and-install/
Copy the installaon-package with a usb-sck to your system. Now enter the wiringPi path by console and
enter the following commands:
Enter the following command to check your installaon:
12.2 BCM2835 - C Library
Click here to download the BCM2835 libraries.
You can also download them from the BCM2835 website:
hp://www.airspayce.com/mikem/bcm2835/
Copy the installaon-package with a usb-sck to your system. Now enter the wiringPi path by console and
enter the following commands:
chmod 777 build
./build
gpio –v
./configure
make
sudo make check
sudo make install