suscan
suscan copied to clipboard
How to uninstall quickly suscan?
Hi!
How to uninstall quickly suscan? There is no target uninstall in make file. :( :( :(
I don't have a uninstall target anywhere as a matter of fact, give me some days to write one for you.
Hi,
I have just updated suscan so you can remove all the installed files with make uninstall. You will need to run in the suscan directory:
$ git pull origin master
$ cd build
$ cmake ..
$ sudo make uninstall