BradyBrenot / huestacean

Philips Hue control app for desktop with screen syncing. C++ with Qt Quick GUI.
http://huestacean.com
Apache License 2.0
564 stars 54 forks source link

Linux: Installation successful, but doesn't start #132

Closed svnoak closed 5 years ago

svnoak commented 5 years ago

I'm on Pop!_OS, all dependencies installed afaik. When doing cmake .. I get Can't open perl script "/home/user/projects/hue/huestacean/scripts/config.pl": No such file or directory After that it continues and finishes without error. Continuing with make huestacean Does also not give any error, and make install (which I think is what comes next? I am not too used to the terminal yet) installs without issues as well, but after that nothing happens.

svnoak commented 5 years ago

Installed with QT instead, and works as it should.