Skip to content

Commit 0c60e27

Browse files
Update macOS build setup doc to allow Terminal to update other apps (#541)
### Update macOS build setup doc to allow Terminal to update other apps ### Linked issues NA ### Summarize your change. Update macOS build setup to allow Terminal to update or delete other applications ### Describe the reason for the change. Now required starting with macOS 14.5 ### Describe what you have tested and on which operating system. ### Add a list of changes, and note any that might need special attention during the review. ### If possible, provide screenshots. Signed-off-by: Bernard Laberge <[email protected]>
1 parent 520528f commit 0c60e27

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ git submodule update --init --recursive
3535
Open RV is currently supported on the following operating systems:
3636

3737
* [Windows 10 and 11](docs/build_system/config_windows.md)
38-
* [macOS Big Sur, Monterey and Ventura](docs/build_system/config_macos.md)
38+
* [macOS](docs/build_system/config_macos.md)
3939
* [Linux Centos 7](docs/build_system/config_linux_centos7.md)
4040
* [Linux Rocky 8](docs/build_system/config_linux_rocky8.md)
4141
* [Linux Rocky 9](docs/build_system/config_linux_rocky9.md)

docs/build_system/config_macos.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,9 @@ Download the last version of Qt 5.15.x that you can get using the online install
5353

5454
WARNING: If you fetch Qt from another source, make sure to build it with SSL support, that it contains everything required to build PySide2, and that the file structure is similar to the official package.
5555

56-
Note: Qt5 from homebrew is known to not work well with OpenRV.
56+
Note: Qt5 from homebrew is known to not work well with OpenRV.
57+
58+
## Allow Terminal to update or delete other applications
59+
60+
From the macOS System Settings/Privacy & Security/App Management, allow Terminal to update or delete other applications.
61+

0 commit comments

Comments
 (0)