mtwebster / libadwaita

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU Lesser General Public License v2.1


Languages

Language:C 94.5%Language:SCSS 4.4%Language:Meson 0.7%Language:Python 0.1%Language:Shell 0.1%Language:CSS 0.1%Language:Dockerfile 0.0%Language:Emacs Lisp 0.0%