0

I am trying to Install the boost through Mac Port using command 'sudo port install boost".It Installed but I wanted to know where it gets installed.

4

1 回答 1

1

一个简单的方法是:

$ sudo updatedb
$ locate boost

如果您还没有定位工作,您应该启用它,它通常非常有用。

http://osxdaily.com/2011/11/02/enable-and-use-the-locate-command-in-the-mac-os-x-terminal/

请注意,updatedb 可能需要很长时间(特别是在第一次通话时)。但是如果您不想使用递归查找,这是值得的

编辑:我之前应该检查过,但端口实际上包含一个工具:

http://guide.macports.org/#using.port.contents

于 2013-05-23T12:12:17.777 回答