BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
htmlandpixel
Root
/
usr
/
share
/
doc
/
libadwaita
📤 Upload
📝 New File
📁 New Folder
Close
Editing: README.md
# Adwaita Building blocks for modern GNOME applications. ## License Libadwaita is licensed under the LGPL-2.1+. ## Building We use the Meson (and thereby Ninja) build system for libadwaita. The quickest way to get going is to do the following: ```sh meson . _build ninja -C _build ninja -C _build install ``` For build options see [meson_options.txt](./meson_options.txt). E.g. to enable documentation: ```sh meson . _build -Dgtk_doc=true ninja -C _build ``` ## Usage There's a C example: ```sh _build/run _build/demo/adwaita-1-demo ``` ## Documentation The documentation can be found online [here](https://gnome.pages.gitlab.gnome.org/libadwaita/doc/). ## Getting in Touch Matrix room: [#libadwaita:gnome.org](https://matrix.to/#/#libadwaita:gnome.org)
Save
Cancel