BatchDrake / sigutils

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

How to uninstall sigutils? #110

Open kenwawa01 opened 4 months ago

kenwawa01 commented 4 months ago

Hi!

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

BatchDrake commented 4 months 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