File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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+
1531581 . Build the actual protonect executable
154159
155160 ```
You can’t perform that action at this time.
0 commit comments