You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,20 +144,16 @@ Use your favorite package managers (brew, ports, etc.)
144
144
145
145
1.``cd`` into a directory where you want to keep libfreenect2 stuff in
146
146
1. Make sure these build tools are available: wget, git, cmake, pkg-config, automake, autoconf, libtool. Xcode may provide some of them. Install the rest via package managers.
147
-
1. Install dependencies: TurboJPEG, GLFW.
147
+
1. Install dependencies: GLFW.
148
148
149
149
```
150
150
brew update
151
-
brew tap homebrew/science
152
-
brew install jpeg-turbo
153
151
brew tap homebrew/versions
154
152
brew install glfw3
155
153
```
156
154
157
155
Do not install libusb via package managers for libfreenect2. libfreenect2 includes an unreleased local version of libusb with USB3 specific patches. libfreenect2's libusb should still work fine in presence of a global version libusb.
158
156
159
-
It is not recommended to build TurboJPEG from source, which produces corrupted results on Mac OSX according to reports. Install TurboJPEG binary only from package managers.
0 commit comments