Skip to content

Commit a438484

Browse files
Add information about ppa packages for Ubuntu 16.04
Change-Id: I51504c297f589f780691816c8319d7327ddf8dc7 Signed-off-by: Jacek Danecki <[email protected]>
1 parent d10ec99 commit a438484

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ The Intel(R) Graphics Compute Runtime for OpenCL(TM) is distributed under the MI
1515

1616
You may obtain a copy of the License at: https://opensource.org/licenses/MIT
1717

18-
## Install
19-
Compiled .deb packages (for Ubuntu 16.04) are provided on the release page: https://github.com/intel/compute-runtime/releases
18+
## Installation
19+
Compiled .deb packages (for Ubuntu 16.04) are provided on the [release page](https://github.com/intel/compute-runtime/releases)
2020

21-
For installation under another linux distribution see [Neo in Linux distributions](https://github.com/intel/compute-runtime/blob/master/documentation/Neo_in_distributions.md)
21+
Other installation procedures are described [here](https://github.com/intel/compute-runtime/blob/master/documentation/Neo_in_distributions.md)
2222

2323
## Dependencies
2424

@@ -56,9 +56,7 @@ A maintainer will contact you if there are questions or concerns.
5656
See [contribution guidelines](https://github.com/intel/compute-runtime/blob/master/documentation/CONTRIB.md) for more details.
5757

5858
## See also
59-
* Building and installation:
60-
* [Ubuntu 16.04](https://github.com/intel/compute-runtime/blob/master/documentation/BUILD_Ubuntu.md)
61-
* [Centos 7](https://github.com/intel/compute-runtime/blob/master/documentation/BUILD_Centos.md)
59+
6260
* [OpenCL on Linux guide](https://github.com/bashbaug/OpenCLPapers/blob/markdown/OpenCLOnLinux.md)
6361
* Interoperability with Intel Tools: [TOOLS.md](https://github.com/intel/compute-runtime/blob/master/documentation/TOOLS.md)
6462
* Contribution guidelines: [CONTRIB.md](https://github.com/intel/compute-runtime/blob/master/documentation/CONTRIB.md)

documentation/Neo_in_distributions.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,17 @@ swupd bundle-add computer-vision-basic
1818
apt-get install intel-opencl-icd
1919
```
2020

21-
## Ubuntu* 18.04
21+
## Ubuntu* 18.04 and 16.04 ppa
2222

2323
```
2424
add-apt-repository ppa:intel-opencl/intel-opencl
2525
apt-get update
2626
apt-get install intel-opencl
2727
```
2828

29+
## Building and installation
30+
31+
* [Ubuntu* 16.04](https://github.com/intel/compute-runtime/blob/master/documentation/BUILD_Ubuntu.md)
32+
* [Centos* 7](https://github.com/intel/compute-runtime/blob/master/documentation/BUILD_Centos.md)
33+
2934
(*) Other names and brands may be claimed as property of others.

0 commit comments

Comments
 (0)