what is the default location for boost library when installed using macport on mac ?

前端 未结 4 805
一生所求
一生所求 2021-02-05 06:37

I just now installed boost on mac, using macport with following command

sudo port install boost

It\'s installed fine, but I have no idea where

4条回答
  •  长发绾君心
    2021-02-05 06:53

    The headers should be in /usr/local/include/boost and the libs should be in /usr/local/lib. Or in /opt/local/include/boost and /opt/local/lib, I believe.

    You can search using locate:

    locate boost
    

提交回复
热议问题