Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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パッケージ保管庫

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
```