mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
Change-Id: I1000ff4e2bdc091980c850a9660e04386dbec090 Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>
25 lines
280 B
Markdown
25 lines
280 B
Markdown
#NEO in Linux distributions
|
|
|
|
## Arch Linux*
|
|
|
|
```
|
|
pacman -S intel-compute-runtime
|
|
```
|
|
|
|
## Clear Linux
|
|
|
|
```
|
|
swupd bundle-add computer-vision-basic
|
|
|
|
```
|
|
|
|
## Ubuntu* 19.04
|
|
|
|
```
|
|
apt-get install intel-opencl-icd
|
|
|
|
```
|
|
|
|
(*) Other names and brands may be claimed as property of others.
|
|
|