Skip to content

GNOME/libadwaita

Repository files navigation

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:

meson . _build
ninja -C _build
ninja -C _build install

For build options see meson_options.txt. E.g. to enable documentation:

meson . _build -Dgtk_doc=true
ninja -C _build

Usage

There's a C example:

_build/run _build/demo/adwaita-1-demo

Documentation

The documentation can be found online here.

Getting in Touch

Matrix room: #libadwaita:gnome.org