macos 如何在 OS X 上安装 Intel TBB?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/3181468/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-21 07:02:44  来源:igfitidea点击:

How do you install Intel TBB on OS X?

macostbb

提问by Chad Brewbaker

How do you properly install the open source version of Intel Thread Building Blocks (TBB) on OS X 10.6? The open source version doesn't seem to have a proper install script.

如何在 OS X 10.6 上正确安装英特尔线程构建块 (TBB) 的开源版本?开源版本似乎没有合适的安装脚本。

http://www.threadingbuildingblocks.org/ver.php?fid=154

http://www.threadingbuildingblocks.org/ver.php?fid=154

回答by Kleist

I found an easy way to install it:

我找到了一个简单的安装方法:

brew install tbb

Requires Homebrew, which is highly recommended for any Mac user wanting to use various open source tools.

需要Homebrew,强烈建议任何想要使用各种开源工具的 Mac 用户使用Homebrew

回答by Christian

There is a tutorialfor using TBB 2.2 on a Mac without MacPorts/Homebrew. Maybe that's of help for you!

有一个在没有 MacPorts/Homebrew 的 Mac 上使用 TBB 2.2的教程。也许这对你有帮助!