From eaae45d87a73e5696e43c96281da30b6f4a7b7d3 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Mon, 1 Apr 2019 18:45:43 +0200 Subject: [PATCH] README.md: add setup instructions for Ubuntu And add minimum versions for Ubuntu and Fedora. Fixes ~eliasnaur/gio/2 Signed-off-by: Elias Naur --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26c93191..ef639b7b 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,15 @@ 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 and xkbcommon development packages. On Fedora, install the -dependencies with the command +For Linux you need Wayland and the wayland and xkbcommon development packages. On Fedora 28 and newer, +install the dependencies with the command $ sudo dnf install wayland-devel libxkbcommon-devel +On Ubuntu 18.04 and newer, use + + $ sudo apt install libwayland-dev libxkbcommon-dev + Xcode is required for macOS, iOS, tvOS. For Windows you need the ANGLE drivers for emulating OpenGL ES. You can build ANGLE yourself or use