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.
I'm on Pop!_OS, all dependencies installed afaik. When doing
cmake ..
I getCan'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 withmake huestacean
Does also not give any error, andmake 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.