Add information about Neo in Linux distributions

Change-Id: I1000ff4e2bdc091980c850a9660e04386dbec090
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>
This commit is contained in:
Jacek Danecki
2019-04-18 16:26:03 +02:00
committed by sys_ocldev
parent dbe4aec7f5
commit 160b94ec92
2 changed files with 27 additions and 1 deletions

View File

@ -16,7 +16,9 @@ The Intel(R) Graphics Compute Runtime for OpenCL(TM) is distributed under the MI
You may obtain a copy of the License at: https://opensource.org/licenses/MIT
## Install
Compiled .deb packages are provided on the release page: https://github.com/intel/compute-runtime/releases
Compiled .deb packages (for Ubuntu 16.04) are provided on the release page: https://github.com/intel/compute-runtime/releases
For installation under another linux distribution see [Neo in Linux distributions](https://github.com/intel/compute-runtime/blob/master/documentation/Neo_in_distributions.md)
## Dependencies

View File

@ -0,0 +1,24 @@
#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.