User manual

Ausgabe 07.12.2016 Copyright by Joy-IT 21
chmod 777 build
./build
3
RPi - Explorer700
13. Libraries Installaon 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:
hps://projects.drogon.net/raspberry-pi/wiringpi/download-and-install/
Copy the installaon 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 installaon:
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: hp://www.airspayce.com/mikem/bcm2835/
Copy the installaon package into your own system, enter the bcm2835 libraries folder, then do this
to install:
gpio –v
./congure
make
sudo make check
sudo make install