1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
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][accounts-sso].
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](http://accounts-sso.gitlab.io/libaccounts-glib/)
[Official source code repository](https://gitlab.com/accounts-sso/libaccounts-glib)
[accounts-sso]: https://gitlab.com/groups/accounts-sso
[check]: https://github.com/libcheck/check
|