INSTALL.md: add zlib1g-dev

This commit is contained in:
Gwenhael Goavec-Merou 2021-11-25 08:38:35 +01:00
parent 7a19f94f19
commit 801f6b1eb2
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ sudo dnf install openFPGALoader
This application uses **libftdi1**, so this library must be installed (and, This application uses **libftdi1**, so this library must be installed (and,
depending of the distribution, headers too) depending of the distribution, headers too)
```bash ```bash
apt-get install libftdi1-2 libftdi1-dev libhidapi-hidraw0 libhidapi-dev libudev-dev cmake pkg-config make g++ apt-get install libftdi1-2 libftdi1-dev libhidapi-hidraw0 libhidapi-dev libudev-dev \
zlib1g-dev cmake pkg-config make g++
``` ```
**libudev-dev** is optional, may be replaced by **eudev-dev** or just not installed. **libudev-dev** is optional, may be replaced by **eudev-dev** or just not installed.