From d96d5a2aaa0cc7fcb0fec6b3568f9603484d651e Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Mon, 7 Oct 2019 13:47:53 +1300 Subject: [PATCH] Added note about security settings workaround for MacOS X to README.md. --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee68ef09..7a5e1883 100644 --- a/README.md +++ b/README.md @@ -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) [![available in the Chrome web store for Chromeos](https://developer.chrome.com/webstore/images/ChromeWebStore_Badge_v2_206x58.png)](https://chrome.google.com/webstore/detail/dlgclabibdhkfnbkajgkplmkpndajfom) @@ -76,7 +81,7 @@ List of possible values of ``: 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 --osx64` +* **MacOS X** use `yarn gulp --osx64` * **Linux** use `yarn gulp --linux64` * **Windows** use `yarn gulp --win32` * **ChromeOS** use `yarn gulp --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