Skip to content

Commit

Permalink
README: Add zlib-devel package as Fedora dependency (#63)
Browse files Browse the repository at this point in the history
This package is needed to run this command on Fedora:

```sh
cmake -S . -B build
```
  • Loading branch information
ahoneybun authored Sep 16, 2022
1 parent 0fe5b87 commit 07aa97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sudo pacman -S cmake sdl2 gcc npm
On Fedora the following packages are needed:

```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`)
Expand Down

0 comments on commit 07aa97b

Please sign in to comment.