run qthue
Closed this issue · 4 comments
Deleted user commented
Hi, thanks for your wonderfull work, really love it. I'm a bit noob in this area... how can I run the qthue interface in a raspi 2 with raspbian? I spend two hours googling it and still have no idea...
Thanks!
mariusmotea commented
Hi,
On what OS/device you want to run it?
Deleted user commented
I have a Raspberry 2 with Raspbian
mariusmotea commented
sudo apt install libqt5core5a libqt5network5 libqt5qml5 libqt5gui5 libqt5quick5
then download the binary file for Raspberry, chmod +x qtHue
and ./qtHue
to execute it.
Deleted user commented
For some reason the run command now works. Thank you!