Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you install Intel TBB on OS X?

Tags:

macos

tbb

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.

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

like image 612
Chad Brewbaker Avatar asked Jul 05 '10 18:07

Chad Brewbaker


2 Answers

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.

like image 189
Kleist Avatar answered Nov 08 '22 13:11

Kleist


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

like image 28
Christian Avatar answered Nov 08 '22 14:11

Christian