https://github.com/pinto0309/tbbonamd64x86x64
UbuntuへのTBB(Intel Threading Building Blocks)導入用debパッケージ保管庫
https://github.com/pinto0309/tbbonamd64x86x64
deb tbb ubuntu
Last synced: about 2 months ago
JSON representation
UbuntuへのTBB(Intel Threading Building Blocks)導入用debパッケージ保管庫
- Host: GitHub
- URL: https://github.com/pinto0309/tbbonamd64x86x64
- Owner: PINTO0309
- Created: 2018-03-25T06:34:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-25T06:56:24.000Z (about 7 years ago)
- Last Synced: 2024-10-29T08:21:33.808Z (7 months ago)
- Topics: deb, tbb, ubuntu
- Size: 772 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TBBonamd64x86x64
UbuntuへのTBB(Intel Threading Building Blocks)導入用debパッケージ保管庫
Deb package warehouse for introducing TBB (Intel Threading Building Blocks) to Ubuntu
## [Japanese] TBB (Intel Threading Building Blocks)の導入
1. TBB(2018 U2)インストール用debファイルのダウンロード
```
$ cd ~
$ wget https://github.com/PINTO0309/TBBonamd64x86x64/blob/master/libtbb-dev_2018U2_amd64.deb
```2. 下記のコマンドを実行してインストール
```
$ sudo dpkg -i ~/libtbb-dev_2018U2_amd64.deb
$ sudo ldconfig
$ rm libtbb-dev_2018U2_amd64.deb
```
## [English] Introduction of TBB (Intel Threading Building Blocks)1. TBB (2018 U2) Download deb file for installation
```
$ cd ~
$ wget https://github.com/PINTO0309/TBBonamd64x86x64/blob/master/libtbb-dev_2018U2_amd64.deb
```2. Execute the following command to install
```
$ sudo dpkg -i ~/libtbb-dev_2018U2_amd64.deb
$ sudo ldconfig
$ rm libtbb-dev_2018U2_amd64.deb
```