Skip to content

Commit 9d24b80

Browse files
authored
docs: Add notes about missing helper_math.h
1 parent ec47090 commit 9d24b80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ When you report USB issues, please attach relevant debug log from running the pr
131131
* Install OpenCL (optional)
132132
1. Intel GPU: Download "Intel® SDK for OpenCL™ Applications 2016" from https://software.intel.com/en-us/intel-opencl (requires free registration) and install it.
133133
* Install CUDA (optional, Nvidia only)
134-
1. Download CUDA Toolkit and install it. NOTE: CUDA 7.5 does not support Visual Studio 2015.
134+
1. Download CUDA Toolkit and install it. You MUST install the samples too.
135135
* Install OpenNI2 (optional)
136136
137137
Download OpenNI 2.2.0.33 (x64) from http://structure.io/openni, install it to default locations (`C:\Program Files...`).
@@ -227,7 +227,7 @@ Note: Ubuntu 12.04 is too old to support. Debian jessie may also be too old, and
227227
- (Ubuntu 14.04 only) Download `cuda-repo-ubuntu1404...*.deb` ("deb (network)") from Nvidia website, follow their installation instructions, including `apt-get install cuda` which installs Nvidia graphics driver.
228228
- (Jetson TK1) It is preloaded.
229229
- (Nvidia/Intel dual GPUs) After `apt-get install cuda`, use `sudo prime-select intel` to use Intel GPU for desktop.
230-
- (Other) Follow Nvidia website's instructions.
230+
- (Other) Follow Nvidia website's instructions. You must install the samples package.
231231
* Install VAAPI (optional, Intel only)
232232
1. (Ubuntu 14.04 only) `sudo dpkg -i debs/{libva,i965}*deb; sudo apt-get install -f`
233233
2. (Other) `sudo apt-get install libva-dev libjpeg-dev`

0 commit comments

Comments
 (0)