Skip to content

Commit

Permalink
Merge pull request #1529 from stronnag/update_README_for_Linux/chrome…
Browse files Browse the repository at this point in the history
…_crashpad_handler

add new requirement to make chrome_crashpad_handler executable
  • Loading branch information
DzikuVx authored May 29, 2022
2 parents 2b18dd5 + 82317cf commit b96c012
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b96c012

Please sign in to comment.