Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pinto0309/tbbonarmv7
RaspberryPi3へのTBB(Intel Threading Building Blocks)導入用debパッケージ保管庫
https://github.com/pinto0309/tbbonarmv7
deb raspberry-pi-3 tbb
Last synced: 17 days ago
JSON representation
RaspberryPi3へのTBB(Intel Threading Building Blocks)導入用debパッケージ保管庫
- Host: GitHub
- URL: https://github.com/pinto0309/tbbonarmv7
- Owner: PINTO0309
- Created: 2018-03-25T04:26:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-04T14:07:28.000Z (over 5 years ago)
- Last Synced: 2024-10-29T08:05:08.919Z (2 months ago)
- Topics: deb, raspberry-pi-3, tbb
- Size: 1.51 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TBBonARMv7
RaspberryPi3へのTBB(Intel Threading Building Blocks)導入用debパッケージ保管庫Package warehouse for introducing TBB (Intel Threading Building Blocks) to RaspberryPi 3
## [Japanese] TBB (Intel Threading Building Blocks)の導入
1. TBB(2018 U2)インストール用debファイルのダウンロード
```
$ cd ~
$ wget https://github.com/PINTO0309/TBBonARMv7/raw/master/libtbb-dev_2018U2_armhf.deb
```2. 下記のコマンドを実行してインストール
```
$ sudo dpkg -i ~/libtbb-dev_2018U2_armhf.deb
$ sudo ldconfig
$ rm libtbb-dev_2018U2_armhf.deb
```
## [English] Introduction of TBB (Intel Threading Building Blocks)1. TBB (2018 U2) Download deb file for installation
```
$ cd ~
$ wget https://github.com/PINTO0309/TBBonARMv7/raw/master/libtbb-dev_2018U2_armhf.deb
```2. Execute the following command to install
```
$ sudo dpkg -i ~/libtbb-dev_2018U2_armhf.deb
$ sudo ldconfig
$ rm libtbb-dev_2018U2_armhf.deb
```