No description
- C 95.3%
- SCSS 4%
- Meson 0.6%
|
|
||
|---|---|---|
| .gitlab-ci | ||
| debian | ||
| demo | ||
| doc | ||
| examples | ||
| po | ||
| src | ||
| subprojects | ||
| tests | ||
| .dir-locals.el | ||
| .editorconfig | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| AUTHORS | ||
| CONTRIBUTING.md | ||
| COPYING | ||
| libadwaita.doap | ||
| libadwaita.syms | ||
| meson.build | ||
| meson_options.txt | ||
| NEWS | ||
| README.md | ||
| run.in | ||
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 setup _build
ninja -C _build
ninja -C _build install
For build options see meson_options.txt. E.g. to enable documentation:
meson setup _build -Ddocumentation=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