2

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.

How can I go about doing it?

Community
  • 1
  • 1
Yasin
  • 609
  • 1
  • 10
  • 22
  • 2
    Instead of linking us github, provide code so we know where your problem is. What exactly have you tried. Flagging this as off topic since it doesn't seem like it's concretely about programming. – Huang Chen Jul 27 '15 at 18:53
  • I'm new to building on mac. For now, suppose I'm completely following the second page to build Boost. Is there any way to remove it afterwards? – Yasin Jul 27 '15 at 18:58

1 Answers1

6

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. A reference is here: 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. For more installation options, you can check with brew info boost.