suscan icon indicating copy to clipboard operation
suscan copied to clipboard

How to uninstall quickly suscan?

Open kenwawa01 opened this issue 1 year ago • 2 comments

Hi!

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

kenwawa01 avatar Jun 17 '24 21:06 kenwawa01

I don't have a uninstall target anywhere as a matter of fact, give me some days to write one for you.

BatchDrake avatar Jun 17 '24 22:06 BatchDrake

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

BatchDrake avatar Jun 18 '24 01:06 BatchDrake