acoustid / chromaprint

C library for generating audio fingerprints used by AcoustID
Other
971 stars 133 forks source link

There is no "uninstall" makefile target #20

Closed knocte closed 10 years ago

knocte commented 12 years ago

Ideally if we have an "install" target we should have an "uninstall" one, no?

Thanks

lalinsky commented 12 years ago

Sorry, I guess I'm too used to the build system being used only by package maintainers. :) You can uninstall the installed files using:

xargs rm < install_manifest.txt

It should be possible to add an "uninstall" target using code from the CMake FAQ.

lalinsky commented 10 years ago

Fixed in https://bitbucket.org/acoustid/chromaprint/commits/d8eddbedbb050bbce9b676d323a511d75fe93d2a