sigutils icon indicating copy to clipboard operation
sigutils copied to clipboard

How to uninstall sigutils?

Open kenwawa01 opened this issue 1 year ago • 1 comments

Hi!

How to uninstall quickly sigutils? There is no target uninstall in make file. :( :( :(

kenwawa01 avatar Jun 17 '24 21:06 kenwawa01

Hi,

I have just updated sigutils so you can remove all the installed files with make uninstall. You will need to run in the sigutils directory:

$ git pull origin master
$ cd build
$ cmake ..
$ sudo make uninstall

BatchDrake avatar Jun 18 '24 01:06 BatchDrake