README.md: add missing GLES dependency

Fixes ~eliasnaur/gio#3

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-04-02 08:38:57 +02:00
parent eaae45d87a
commit 641c3b7279
+3 -3
View File
@@ -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 and xkbcommon development packages. On Fedora 28 and newer,
For Linux you need Wayland and the wayland, xkbcommon, GLES development packages. On Fedora 28 and newer,
install the dependencies with the command
$ sudo dnf install wayland-devel libxkbcommon-devel
$ sudo dnf install wayland-devel libxkbcommon-devel mesa-libGLES-devel
On Ubuntu 18.04 and newer, use
$ sudo apt install libwayland-dev libxkbcommon-dev
$ sudo apt install libwayland-dev libxkbcommon-dev libgles2-mesa-dev
Xcode is required for macOS, iOS, tvOS.