# atk **Repository Path**: mirrors_chromium_gitlab_gnome/atk ## Basic Information - **Project Name**: atk - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-09 - **Last Updated**: 2025-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ATK - The Accessibility Toolkit =============================== For more information about ATK and accessibility in GNOME, see: https://wiki.gnome.org/Accessibility Dependencies ------------ ATK requires GLib >= 2.32. Information about GLib is available from: https://www.gtk.org Getting the source code ----------------------- You can get the source code of each ATK release as a tarball: https://download.gnome.org/sources/atk/ You can also clone the ATK master branch from GNOME repository: https://gitlab.gnome.org/GNOME/atk Building -------- You can use Meson and Ninja: $ meson _build . $ ninja -C _build # ninja -C _build install Tarball ------- If you want a tarball with the ATK source code, you can also use Meson: $ meson _build . $ ninja -C _build dist How to report bugs ------------------ Bugs should be reported to the GNOME bug tracking system: https://gitlab.gnome.org/GNOME/atk/-/issues/ You will need to create an account for yourself. You can also discuss in the forum: https://discourse.gnome.org/c/community/accessibility/340