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
@@ -149,20 +149,16 @@ Use your favorite package managers (brew, ports, etc.)
149
149
150
150
1.``cd`` into a directory where you want to keep libfreenect2 stuff in
151
151
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.
152
-
1. Install dependencies: TurboJPEG, GLFW.
152
+
1. Install dependencies: GLFW.
153
153
154
154
```
155
155
brew update
156
-
brew tap homebrew/science
157
-
brew install jpeg-turbo
158
156
brew tap homebrew/versions
159
157
brew install glfw3
160
158
```
161
159
162
160
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.
163
161
164
-
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