FedeDP / Clight

A C daemon that turns your webcam into a light sensor. It will adjust screen backlight based on ambient brightness.
GNU General Public License v3.0
731 stars 27 forks source link

[question] how to uninstall clight ? #267

Closed promeneur closed 1 year ago

promeneur commented 1 year ago

I want to use openSUSE packages. I must uninstall clight.

Furthermore, I tried “sudo make uninstall”. This does not work.

I did not find in the wiki anything about uninstalling.

FedeDP commented 1 year ago

Hi! Sorry for the late response! I think you are looking for: https://stackoverflow.com/questions/41471620/cmake-support-make-uninstall :) This is just a CMake missing feature IMHO!

FedeDP commented 1 year ago

I added a note in the FAQ: https://github.com/FedeDP/Clight/wiki/FAQ#how-to-uninstall-it

promeneur commented 1 year ago

thanks