mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 04:45:20 +03:00
Added note about security settings workaround for MacOS X to README.md.
This commit is contained in:
parent
c8904bd98a
commit
d96d5a2aaa
1 changed files with 7 additions and 2 deletions
|
@ -27,6 +27,11 @@ If you are experiencing any problems please make sure you are running the [lates
|
|||
|
||||
Download the installer from [Releases.](https://github.com/betaflight/betaflight-configurator/releases)
|
||||
|
||||
#### Note for MacOS X users
|
||||
|
||||
Changes to the security model used in the latest versions of MacOS X 10.14 (Mojave) and 10.15 (Catalina) mean that the operating system will show an error message ('"Betaflight Configurator.app" is damaged and can’t be opened. You should move it to the Trash.') when trying to install the application. To work around this, run the following command in a terminal before installing: `sudo spctl --master-disable`. Then install Betaflight configurator, and after verifying that the installation has worked, run `sudo spctl --master-enable`.
|
||||
|
||||
|
||||
### Via Chrome Web Store (for ChromeOS)
|
||||
|
||||
[](https://chrome.google.com/webstore/detail/dlgclabibdhkfnbkajgkplmkpndajfom)
|
||||
|
@ -76,7 +81,7 @@ List of possible values of `<task-name>`:
|
|||
To build or release only for one specific platform you can append the plaform after the `task-name`.
|
||||
If no platform is provided, all the platforms will be done in sequence.
|
||||
|
||||
* **MacOS** use `yarn gulp <task-name> --osx64`
|
||||
* **MacOS X** use `yarn gulp <task-name> --osx64`
|
||||
* **Linux** use `yarn gulp <task-name> --linux64`
|
||||
* **Windows** use `yarn gulp <task-name> --win32`
|
||||
* **ChromeOS** use `yarn gulp <task-name> --chromeos`
|
||||
|
@ -99,7 +104,7 @@ Make sure Settings -> System -> "User hardware acceleration when available" is c
|
|||
|
||||
Dont forget to add your user into dialout group "sudo usermod -aG dialout YOUR_USERNAME" for serial access
|
||||
|
||||
### Linux / MacOSX users
|
||||
### Linux / MacOS X users
|
||||
|
||||
If you have 3D model animation problems, enable "Override software rendering list" in Chrome flags chrome://flags/#ignore-gpu-blacklist
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue