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:
parent
0fe5b87bc6
commit
07aa97bca3
|
@ -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`)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user