Skip to content

Commit 7c49c30

Browse files
committed
Docs: OpenCL on Linux instructions
Stolen from iai_kinect2.
1 parent 2a2dafe commit 7c49c30

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,11 @@ sudo dpkg -i libglfw3*_3.0.4-1_*.deb # Ubuntu 14.04 only
150150
# sudo apt-get install libglfw3-dev (Debian/Ubuntu 14.10+:)
151151
```
152152

153+
1. OpenCL dependency
154+
* AMD GPU: Install the latest version of the AMD Catalyst drivers from https://support.amd.com and `apt-get install opencl-headers`.
155+
* Nvidia GPU: Install the latest version of the Nvidia drivers, for example nvidia-346 from `ppa:xorg-edgers` and `apt-get install opencl-headers`.
156+
* Intel GPU (kernel 3.16+ recommended): Install beignet-dev 1.0+, `apt-get install beignet-dev`. If not available, use this ppa `sudo apt-add-repository ppa:pmjdebruijn/beignet-testing`.
157+
153158
1. Build the actual protonect executable
154159

155160
```

0 commit comments

Comments
 (0)