ma-ca

Results 4 comments of ma-ca

On Raspbian buster with latest `deconz-dev 2.12.06` ``` $ make /usr/bin/make -f Makefile.Release make[1]: Entering directory '/deconz/deconz-cli-plugin' g++ -c -pipe -Wno-attributes -O2 -Wall -W -D_REENTRANT -fPIC -DDECONZ_DLLSPEC=Q_DECL_IMPORT -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB...

This will also install the dependencies. Run as root. ``` apt-get install -y \ software-properties-common \ build-essential \ git \ wget \ curl \ gnupg2 wget -O - http://phoscon.de/apt/deconz.pub.key |...

I did the following on bullseye. ``` wget -O - http://phoscon.de/apt/deconz.pub.key | apt-key add - \ && echo "deb http://phoscon.de/apt/deconz $(lsb_release -cs)-beta main" > /etc/apt/sources.list.d/deconz.list \ && apt-get update OK...

@manup The latest `deconz-dev` now has no dependency on `qt5-default` which is fine on Bullseye but on Buster (a fresh installation) this package is still required otherwise `qmake` fails with:...