https://www.domoticz.com/wiki/Installin ... spberry_PI
Edit 1:
Should be moved up, and should read:Note building on pi 3 with image september jessy with gcc 4.9, you need bigger swapspace 512 instead of 100 (see https://www.raspberrypi.org/forums/view ... 26&t=46472) or else it will take ages...
Edit 2:Note building on pi 3 with image september jessy with gcc 4.9, you need a bigger swapspace. We suggest to use 1024 instead of 100 (see https://www.raspberrypi.org/forums/view ... 26&t=46472) or else it will take ages...
The "Build Support for OpenZWave" should mention that "make -j 3" should read just "make" on Raspberry Pi 3.
Edit 3:
There is a mention of the folder "dev-domoticz" which is not used in the script "/etc/init.d/domoticz.sh" (Make Domoticz startup at boot time), so either the script should be adjusted, or you should 'clone' into 'domoticz' to fix the issue.
Question:
Why is there an "make -j 4" at the bottom? What is the difference with "make -j 3" (and i assume here also the same Raspberry 3 thingy applies)