BatchDrake / sigutils

Small signal processing utility library
https://batchdrake.github.io/sigutils
GNU General Public License v3.0
71 stars 29 forks source link

How to uninstall sigutils? #110

Open kenwawa01 opened 1 week ago

kenwawa01 commented 1 week ago

Hi!

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

BatchDrake commented 1 week ago

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