From 07aa97bca330c9f24565f88633fceb23092499eb Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 16 Sep 2022 00:27:50 -0600 Subject: [PATCH] README: Add zlib-devel package as Fedora dependency (#63) This package is needed to run this command on Fedora: ```sh cmake -S . -B build ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf52563..8c2bb04 100644 --- a/README.md +++ b/README.md @@ -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`)