-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
anyone get it to works on OS X Yosemite -10.10? #39
Comments
We should be more clear in the installation guide that the makefile is currently for Linux only. This issue is a duplicate of #33. We have a pull request that will enable compilation on OSX using the makefile (which we will merge shortly) via #17. To quickly summarize, just use the XCode projects and it will work on all versions of OSX from 10.7 through 10.11! |
furushchev
pushed a commit
to furushchev/librealsense
that referenced
this issue
Jul 17, 2016
RAR-283-418-423
furushchev
pushed a commit
to furushchev/librealsense
that referenced
this issue
Jul 17, 2016
Minor bug fixes
matkatz
pushed a commit
to matkatz/librealsense
that referenced
this issue
Nov 22, 2018
Merge from intelrealsense/librealsense/Development
nhershko
pushed a commit
to nhershko/librealsense
that referenced
this issue
Feb 23, 2020
…r_jpeg_compress Mchanan color jpeg compress
ev-mp
pushed a commit
to ev-mp/librealsense
that referenced
this issue
Jul 23, 2020
…t successful frame; debug messages
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I followed the OS X installation guide, and i got this error. i am wondering if it only supports OSX10.7? or if there is anything that i could do to make it works on 10.10?
clang: warning: -lusb-1.0: 'linker' input unused
clang: warning: argument unused during compilation: '-L/usr/local/Cellar/libusb/1.0.20/lib'
src/uvc-v4l2.cpp:25:10: fatal error: 'linux/usb/video.h' file not found
include <linux/usb/video.h>
1 error generated.
make: *** [obj/uvc-v4l2.o] Error 1
The text was updated successfully, but these errors were encountered: