# Intel Threading Building Blocks, free version wget -c https://github.com/oneapi-src/oneTBB/archive/v2020.3/oneTBB-2020.3.tar.gz tar -xzf oneTBB-2020.3.tar.gz cd oneTBB-2020.3 make # Doesn't mind -j# install -D build/*_release/*.so* /usr/lib install -D src/*/*.rc /usr/lib/pkgconfig cp -r include/*/ /usr/include