An open API service indexing awesome lists of open source software.

https://github.com/gnome/libadwaita

Read-only mirror of https://gitlab.gnome.org/GNOME/libadwaita
https://github.com/gnome/libadwaita

Last synced: about 1 year ago
JSON representation

Read-only mirror of https://gitlab.gnome.org/GNOME/libadwaita

Awesome Lists containing this project

README

          

# 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 setup _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 setup _build -Ddocumentation=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)