forked from cansik/pyrealsense2-macosx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
5 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ on: | |
tag: | ||
description: 'Version Tag' | ||
required: false | ||
default: 'mac-v2.54.1' | ||
default: 'v2.54.1' | ||
|
||
|
||
jobs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,6 @@ Install [homebrew](https://brew.sh/) and the following packages: | |
```bash | ||
sudo xcode-select --install | ||
brew install cmake pkg-config openssl | ||
brew install --cask powershell | ||
brew install [email protected] | ||
``` | ||
|
||
|
@@ -72,10 +71,10 @@ Build for a specific macos version, default is `13`: | |
bash build.sh -m 11 | ||
``` | ||
|
||
It is possible to set the [tag version](https://github.com/IntelRealSense/librealsense/tags) to build older releases: | ||
It is possible to set the [tag version](https://github.com/IntelRealSense/librealsense/tags) to build older releases, default is `v2.54.1`: | ||
|
||
```bash | ||
bash build.sh -t v2.49.0 | ||
bash build.sh -t v2.51.1 | ||
``` | ||
|
||
The prebuild wheel files are copied into the `./dist` directory. By default, the dylib is added to the wheel file with the delocate toolkit. It is possible to disable this behaviour for just the python build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,6 @@ sudo realsense-viewer | |
```bash | ||
sudo xcode-select --install | ||
brew install cmake pkg-config openssl | ||
brew install --cask powershell | ||
brew install [email protected] | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters