Installing boost on mac

CLI – sudo port install boost
after you do this, when running a project on xcode, you need to include the below paths.
header paths: /opt/local/include
lib paths: /opt/local/lib

In

Leave a Reply

Your email address will not be published. Required fields are marked *