mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-07 10:25:37 +00:00
README.md: add Fedora instructions for installing dependencies
Updates ~eliasnaur/gio/2 Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -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
|
Gio is designed to work with very few dependencies. It depends only on the platform libraries for
|
||||||
window management, input and GPU drawing.
|
window management, input and GPU drawing.
|
||||||
|
|
||||||
For Linux you need Wayland and the `wayland-client`, `wayland-egl`, `wayland-cursor`, and `xkbcommon`
|
For Linux you need Wayland and the wayland and xkbcommon development packages. On Fedora, install the
|
||||||
development packages.
|
dependencies with the command
|
||||||
|
|
||||||
|
$ sudo dnf install wayland-devel libxkbcommon-devel
|
||||||
|
|
||||||
Xcode is required for macOS, iOS, tvOS.
|
Xcode is required for macOS, iOS, tvOS.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user