sigutils
sigutils copied to clipboard
How to uninstall sigutils?
Hi!
How to uninstall quickly sigutils? There is no target uninstall in make file. :( :( :(
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