mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-16 21:05:32 +03:00
[DOC] update Generic Linux dev guide (#5848)
This commit is contained in:
parent
425cf34a91
commit
060a6b10bc
1 changed files with 6 additions and 0 deletions
|
@ -24,16 +24,22 @@ In addition to a cross-compiler, it is necessary to install some other tools:
|
|||
|
||||
### Ubuntu / Debian
|
||||
```
|
||||
$ # make sure the system is updated first
|
||||
$ sudo apt update && sudo apt upgrade
|
||||
$ sudo apt install gcc git make ruby curl
|
||||
```
|
||||
|
||||
### Fedora
|
||||
```
|
||||
$ # make sure the system is updated first
|
||||
$ sudo dnf -y update
|
||||
$ sudo dnf install gcc git make ruby curl
|
||||
```
|
||||
|
||||
### Arch
|
||||
```
|
||||
$ # make sure the system is updated first
|
||||
$ sudo pacman -Syu
|
||||
$ sudo pacman -S gcc git make ruby curl
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue