In the wiki, it is written
Code: Select all
cd dev-domoticz
git pull
cmake -DCMAKE_BUILD_TYPE=Release CMakeLists.txt -DUSE_OPENSSL_STATIC="NO"
make
When I tried to execute, it crashed due to version of GLIBC that was not recent enough. So I think I need to compile with GLIBC statically linked but probably some other library too.
As Domoticz new version is always working in any Raspbian version, I guess Domoticz is using more compiler switch than the one in the Wiki.
Any idea?