add instructions for packages needed on Fedora

pull/131/head
ojn 5 years ago
parent 05eecc0601
commit 2792c2e237

@ -30,12 +30,20 @@ large a difference between the BIOS and EC versions then the flash process
will not complete.
1. Ensure you have installed the prerequisite packages
On debian, this can be done with:
On Debian, this can be done with:
```
sudo apt-get install build-essential git mtools libssl-dev
```
On Fedora, you could install it with dnf:
```
sudo dnf install git mtools
sudo dnf group install "C Development Tools and Libraries"
```
2. Clone a copy of this repo on to your computer:
```

Loading…
Cancel
Save