Skip to content

sailfishos-mirror/libaccounts-glib

Repository files navigation

Accounts management library for GLib applications

This project is a library for managing accounts which can be used from GLib applications. It is part of the accounts-sso project.

License

See COPYING file.

Build instructions

The project depends on GLib (including GIO and GObject), libxml2, sqlite3 and check. To build it, run:

meson build --prefix=/usr
cd build
ninja

Resources

API reference documentation

Official source code repository