However after:
git clone https://github.com/domoticz/domoticz.git dev-domoticz
cd dev-domoticz
cmake -DCMAKE_BUILD_TYPE=Release CMakeLists.txt
I get the following error:
Code: Select all
-- WiringPi include was found in /usr/local/include...
-- ==== WiringPi library not found. GPIO support disabled.
-- ==== (Please follow http://wiringpi.com/download-and-install/ if you want to use GPIO.)
/usr/bin/c++ -DPCHCOMPILE -O3;-DNDEBUG;-I/home/pi/dev-domoticz/main;-I/usr/include;-I/usr/include;;-DNS_ENABLE_SSL;-DWITH_LIBUSB;-DNS_ENABLE_SSL -x c++-header -o /home/pi/dev-domoticz/stdafx.h.gch/.c++ /home/pi/dev-domoticz/main/stdafx.h
I have installed WiringPi (according to the link. Directory is placed at /home/pi/wiringPi) and everything works fine with the latest beta 2.2765, so only the building fails.
I'm not a programmer, just following instructions, so what can I do to include the correct libraries? Can you change the CMakeList.txt on GitHub?