I would like to know how to install TBB from source and make it work on a Linux system. I have had some problems when it comes using it, problems that don\'t appear if I in
https://github.com/wjakob/tbb seems to be the way to go.
git clone https://github.com/wjakob/tbb.git cd tbb/build cmake .. make -j sudo make install