How to install TBB from source on Linux and make it work

后端 未结 2 375
故里飘歌
故里飘歌 2020-12-29 09:22

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

2条回答
  •  一生所求
    2020-12-29 09:33

    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
    

提交回复
热议问题