Skip to content

Commit

Permalink
[DOC] update Generic Linux dev guide (#5848)
Browse files Browse the repository at this point in the history
  • Loading branch information
stronnag authored Jun 23, 2020
1 parent 425cf34 commit 060a6b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/development/Generic_Linux_development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 060a6b1

Please sign in to comment.