0

コマンド「sudo port install boost」を使用して、Mac ポート経由でブーストをインストールしようとしています。

4

1 に答える 1

1

An easy way would be:

$ sudo updatedb
$ locate boost

If you don't have locate working yet, you should enable it, it's often very useful.

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

And be aware that updatedb can take a lot of time (specially on the first call). But it's worth it if you don't want to use a recursive find

Edit: I should have checked that before, but port actually contains a tool for that:

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

于 2013-05-23T12:12:17.777 に答える