README: Add zlib-devel package as Fedora dependency (#63)

This package is needed to run this command on Fedora:

```sh
cmake -S . -B build
```
This commit is contained in:
Aaron Honeycutt
2022-09-16 00:27:50 -06:00
committed by GitHub
parent 0fe5b87bc6
commit 07aa97bca3

View File

@@ -46,7 +46,7 @@ sudo pacman -S cmake sdl2 gcc npm
On Fedora the following packages are needed: On Fedora the following packages are needed:
```sh ```sh
sudo dnf install cmake SDL2-devel gcc sudo dnf install cmake SDL2-devel gcc zlib-devel
``` ```
Then install the `lv_font_conv` executable to the InfiniSim source directory (will be installed at `node_modules/.bin/lv_font_conv`) Then install the `lv_font_conv` executable to the InfiniSim source directory (will be installed at `node_modules/.bin/lv_font_conv`)