2019-04-19 18:09:55 +08:00
|
|
|
# NEO in Linux distributions
|
2019-04-18 22:26:03 +08:00
|
|
|
|
|
|
|
## Arch Linux*
|
|
|
|
|
|
|
|
```
|
|
|
|
pacman -S intel-compute-runtime
|
|
|
|
```
|
|
|
|
|
|
|
|
## Clear Linux
|
|
|
|
|
|
|
|
```
|
2019-04-24 23:54:31 +08:00
|
|
|
swupd bundle-add computer-vision-basic
|
2019-04-18 22:26:03 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
## Ubuntu* 19.04
|
|
|
|
|
|
|
|
```
|
2019-04-24 23:54:31 +08:00
|
|
|
apt-get install intel-opencl-icd
|
|
|
|
```
|
|
|
|
|
2019-05-24 22:46:27 +08:00
|
|
|
## Ubuntu* 18.04 and 16.04 ppa
|
2019-04-18 22:26:03 +08:00
|
|
|
|
2019-04-24 23:54:31 +08:00
|
|
|
```
|
|
|
|
add-apt-repository ppa:intel-opencl/intel-opencl
|
|
|
|
apt-get update
|
|
|
|
apt-get install intel-opencl
|
2019-04-18 22:26:03 +08:00
|
|
|
```
|
|
|
|
|
2019-05-24 22:46:27 +08:00
|
|
|
## Building and installation
|
|
|
|
|
|
|
|
* [Ubuntu* 16.04](https://github.com/intel/compute-runtime/blob/master/documentation/BUILD_Ubuntu.md)
|
|
|
|
* [Centos* 7](https://github.com/intel/compute-runtime/blob/master/documentation/BUILD_Centos.md)
|
|
|
|
|
2019-04-18 22:26:03 +08:00
|
|
|
(*) Other names and brands may be claimed as property of others.
|