make uninstall
Silly question maybe, but why don't you have a uninstall clause in the Makefile?
I'm just wondering how to uninstall a compiled version of MuseScore...
Silly question maybe, but why don't you have a uninstall clause in the Makefile?
I'm just wondering how to uninstall a compiled version of MuseScore...
Do you still have an unanswered question? Please log in first to post your question.
Comments
You can type:
xargs rm < install_manifest.txt
CMake does not create a make uninstall target by default see: http://www.cmake.org/Wiki/CMake_FAQ#Can_I_do_.22make_uninstall.22_with_…