aboutsummaryrefslogtreecommitdiff

libadwaitamm

libadwaitamm is an object oriented wrapper around the Adwaita API.

Building from source

libadwaitamm depends on the following libraries: - gtkmm-4.0 >= 4.16 - libadwaita >= 1.7

and tools: - cmake >= 3.29 - gcc >= 14.1 - ninja >= 1.11 - pkgconf

Once all dependencies are installed, the project can be built using the following command:

$ cmake --workflow --preset debug

to create a debug build, or:

$ cmake --workflow --preset minsizerel

to create a release build.