mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 22:30:22 +00:00
Update the README
This commit is contained in:
parent
379f5281fd
commit
6977da93a2
@ -1,8 +1,8 @@
|
||||
# Experimental AccessKit integration
|
||||
|
||||
This branch is where I'm developing an experimental integration of the [AccessKit](https://github.com/AccessKit/accesskit) cross-platform accessibility libraries into GTK.
|
||||
This branch is where I'm developing an experimental integration of the [AccessKit](https://github.com/AccessKit/accesskit) cross-platform accessibility libraries into GTK. So far, this integration supports Windows and Newton, the experimental Wayland-native accessibility stack.
|
||||
|
||||
To build this branch, you first need to build the AccessKit C bindings. To do that, check out AccessKit and follow the instructions in `bindings/c/README.md`. Note that running `cmake --install` on that project doesn't install the library system-wide, but only copies files into the `include` and `lib` directories under `bindings/c`.
|
||||
To build this branch, you first need to build the AccessKit C bindings. To do that, check out [the AccessKit Newton prototype branch](https://github.com/AccessKit/accesskit/tree/newton-prototype) and follow the instructions in `bindings/c/README.md`. Note that running `cmake --install` on that project doesn't install the library system-wide, but only copies files into the `include` and `lib` directories under `bindings/c`.
|
||||
|
||||
Then, when building GTK in this branch, include the following option in the `meson setup` command:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user