From 05d337d69598fdd858551b9a27653016da56cdb7 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Mon, 1 Apr 2019 18:26:15 +0200 Subject: [PATCH] README.md: add Fedora instructions for installing dependencies Updates ~eliasnaur/gio/2 Signed-off-by: Elias Naur --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 205b196f..26c93191 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,10 @@ to support efficient animations, transformed drawing and pixel resolution indepe Gio is designed to work with very few dependencies. It depends only on the platform libraries for window management, input and GPU drawing. -For Linux you need Wayland and the `wayland-client`, `wayland-egl`, `wayland-cursor`, and `xkbcommon` -development packages. +For Linux you need Wayland and the wayland and xkbcommon development packages. On Fedora, install the +dependencies with the command + + $ sudo dnf install wayland-devel libxkbcommon-devel Xcode is required for macOS, iOS, tvOS.