mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
Add information about Neo in Linux distributions
Change-Id: I1000ff4e2bdc091980c850a9660e04386dbec090 Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
dbe4aec7f5
commit
160b94ec92
@ -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
|
||||
|
||||
|
24
documentation/Neo_in_distributions.md
Normal file
24
documentation/Neo_in_distributions.md
Normal 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.
|
||||
|
Reference in New Issue
Block a user