From 82317cfe74300afbde635f1c83793a342c372315 Mon Sep 17 00:00:00 2001 From: Jonathan Hudson Date: Sun, 29 May 2022 16:09:43 +0100 Subject: [PATCH] add new requirement to make chrome_crashpad_handler executable --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 810315c54..1d1032067 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,9 @@ Depending on target operating system, _INAV Configurator_ is distributed as _sta 1. Visit [release page](https://github.com/iNavFlight/inav-configurator/releases) 1. Download Configurator for Linux platform (linux32 and linux64 are present) 1. Extract tar.gz archive -1. Make the inav-configurator file executable (chmod +x inav-configurator) +1. Make the following files executable: + * inav-configurator `chmod +x inav-configurator` + * (5.0.0+) chrome_crashpad_handler `chmod +x chrome_crashpad_handler` 1. Run INAV Configurator app from unpacked folder On some Linux distros, you may be missing `libatomic`, a `NW.JS` (specially `libnode.so`) dependency. If so, please install `libatomic` using your distro's package manager, e.g: