mariusmotea/qtHue

run qthue

Closed this issue · 4 comments

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!

Hi,

On what OS/device you want to run it?

I have a Raspberry 2 with Raspbian

sudo apt install libqt5core5a libqt5network5 libqt5qml5 libqt5gui5 libqt5quick5 then download the binary file for Raspberry, chmod +x qtHue and ./qtHue to execute it.

For some reason the run command now works. Thank you!