From 89c713a9d5a8ee5cdb0fa728a171231391463fdf Mon Sep 17 00:00:00 2001 From: godalming123 Date: Tue, 25 Oct 2022 20:41:44 +0100 Subject: Add Fedora build dependencies to readme. --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 247a0d2..39833dd 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,9 @@ single frame. ## Install ### Building -Install the necessary dependencies, e.g. for Arch: +Install the necessary dependencies. + +#### For Arch: ```sh # Runtime dependencies sudo pacman -S freetype2 harfbuzz cairo pango wayland libxkbcommon @@ -35,6 +37,15 @@ sudo pacman -S freetype2 harfbuzz cairo pango wayland libxkbcommon sudo pacman -S meson scdoc wayland-protocols ``` +#### For Fedora +```sh +# Runtime dependencies +sudo dnf install freetype-devel cairo-devel pango-devel wayland-devel libxkbcommon-devel harfbuzz + +# Build-time dependencies +sudo pacman -S meson scdoc wayland-protocols-devel +``` + Then build: ```sh meson build && ninja -C build install -- cgit v1.2.3