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

This package is needed to run this command on Fedora:

```sh
cmake -S . -B build
```
main
Aaron Honeycutt 2022-09-16 00:27:50 +07:00 committed by GitHub
parent 0fe5b87bc6
commit 07aa97bca3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -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`)