简体   繁体   English

如何在Mac上卸载Boost?

[英]How to uninstall Boost on mac?

I'm trying to build boost based on this and this pages. 我想基于打造提升这个这个页面。 After some trial and errors, it seems like some compiler flags I'm using might not make sense so I want to do a full uninstall of Boost first before reinstalling it again. 经过一番尝试和错误之后,看来我使用的某些编译器标记可能没有任何意义,因此我想先进行完全卸载Boost,然后再重新安装。

How can I go about doing it? 我该怎么做呢?

It may be a bit late for a reply. 回复可能有点晚。 What you basically need to do is to delete /usr/local/lib/libboost* and /usr/local/include/boost for a clean uninstallation. 您基本上需要做的是删除/usr/local/lib/libboost*/usr/local/include/boost以进行干净的卸载。 A reference is here: http://lists.boost.org/boost-users/2005/01/9444.php 参考在这里: http : //lists.boost.org/boost-users/2005/01/9444.php

For an easier installation of boost, you may want to consider using homebrew and just run brew install boost . 为了更轻松地安装boost,您可能需要考虑使用自制软件,然后运行brew install boost For more installation options, you can check with brew info boost . 有关更多安装选项,您可以使用brew info boost检查。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM