Skip to content

Commit e38cf32

Browse files
authored
docs: Update OpenNI2 tap for Mac OS
Fix #968.
1 parent f46fa65 commit e38cf32

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
@@ -149,7 +149,7 @@ When you report USB issues, please attach relevant debug log from running the pr
149149
150150
Copy freenect2-openni2.dll, and other dll files (libusb-1.0.dll, glfw.dll, etc.) in `install\bin` to `C:\Program Files\OpenNI2\Tools\OpenNI2\Drivers`. Then run `C:\Program Files\OpenNI\Tools\NiViewer.exe`. Environment variable `LIBFREENECT2_PIPELINE` can be set to `cl`, `cuda`, etc to specify the pipeline.
151151
152-
### Mac OSX
152+
### Mac OS
153153
154154
Use your favorite package managers (brew, ports, etc.) to install most if not all dependencies:
155155
@@ -168,12 +168,12 @@ Use your favorite package managers (brew, ports, etc.) to install most if not al
168168
```
169169
* Install TurboJPEG (optional)
170170
```
171-
brew tap homebrew/science
172171
brew install jpeg-turbo
173172
```
174173
* Install CUDA (optional): TODO
175174
* Install OpenNI2 (optional)
176175
```
176+
brew tap brewsci/science
177177
brew install openni2
178178
export OPENNI2_REDIST=/usr/local/lib/ni2
179179
export OPENNI2_INCLUDE=/usr/local/include/ni2

0 commit comments

Comments
 (0)