发布于 2017-02-23 10:15:25
在运行make install的同一目录中,运行make uninstall。
install和uninstall目标都是GNU standards要求的目标,并且可以与任何GNU项目一起使用。此外,许多使用GNU autotools的程序(所有运行./configure && make && make install的程序)也都有uninstall目标。
https://stackoverflow.com/questions/42405333
复制相似问题