12

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

Chad Brewbaker
  • 2,523
  • 2
  • 19
  • 26
  • Duplicate (unfortunately also without answers): http://stackoverflow.com/questions/3714598/installing-intels-tbb-3-0-framework-on-macos-10-6-snow-leopard – Kleist Jan 27 '11 at 20:13

2 Answers2

30

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.

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
Kleist
  • 7,785
  • 1
  • 26
  • 30
3

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

Christian
  • 447
  • 1
  • 6
  • 10