Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Spychalski <pspychalski@gmail.com>2022-05-29 20:36:38 +0300
committerGitHub <noreply@github.com>2022-05-29 20:36:38 +0300
commitb96c012f0f700a9a308e913fea34e78244d36ecd (patch)
tree47ca6e91e9c0a12f135b2f901e53c7cc53febe2c
parent2b18dd51648146ce706525964407f71b228985ae (diff)
parent82317cfe74300afbde635f1c83793a342c372315 (diff)
Merge pull request #1529 from stronnag/update_README_for_Linux/chrome_crashpad_handler
add new requirement to make chrome_crashpad_handler executable
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 810315c5..1d103206 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: