From fc7c5c13f4fb128f69bdd3c7c4b90d6801e809ba Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Tue, 2 Apr 2019 12:51:19 +0200 Subject: [PATCH] README.md: add EGL development package to Linux requirements Updates ~eliasnaur/gio#3 Signed-off-by: Elias Naur --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 104e3637..9687d301 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,14 @@ 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, xkbcommon, GLES development packages. On Fedora 28 and newer, +For Linux you need Wayland and the wayland, xkbcommon, GLES, EGL development packages. On Fedora 28 and newer, install the dependencies with the command - $ sudo dnf install wayland-devel libxkbcommon-devel mesa-libGLES-devel + $ sudo dnf install wayland-devel libxkbcommon-devel mesa-libGLES-devel mesa-libEGL-devel On Ubuntu 18.04 and newer, use - $ sudo apt install libwayland-dev libxkbcommon-dev libgles2-mesa-dev + $ sudo apt install libwayland-dev libxkbcommon-dev libgles2-mesa-dev libegl1-mesa-dev Xcode is required for macOS, iOS, tvOS.