diff --git a/README.md b/README.md index 82322e1d84..bb71b26288 100644 --- a/README.md +++ b/README.md @@ -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: