Hi, can anybody help me please with adding wiringPi library issue?
wiringPi installation instructions here:
https://projects.drogon.net/raspberry-pi/wiringpi/download-and-install/wiringPi example here:
http://wiringpi.com/examples/blink/Basically I have managed to complie example as adviced:
gcc -Wall -o blink blink.c -lwiringPi
sudo ./blink
But I would like to use wiringPi library in Code Blocks application.
How I can add this library?
I spend 2 hours searching for clear answer, unfortunately I have no experience with linux development and C++.
I tried to add some searching folders or soo...
I found the wiringPi library is installed in: /usr/local/lib/libwiringPi.so.2.0..
I have wiringPi.h in /home/pi/dev-projects/wiringPi/wiringPi (cloned from GIT)