-
Notifications
You must be signed in to change notification settings - Fork 747
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
Added build support for librealsense2 on Apple Silicon arm64 #1235
base: master
Are you sure you want to change the base?
Conversation
Looks good, but we'll also need to update the workflow file for GitHub Actions to get this tested: |
And we also need to add it to the list here: |
It's probably easier to use just the normal make to build that since we know that works. |
The standard make command did not work on my system, even for the python library. Others are working with XCode as well because of that. Intel dropped MacOS suppport lately, so it could be related to that. But let's try it on the Github Actions environment. I am going to adapt it. |
It looks like we'll need to build libusb from source as well? |
Looks like GitHub Actions now has free M1 runners. Want to give this a try again with that? https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/ |
This PR adds build support for Apple Silicon arm64 using the XCode build system as recommended here and here.