File: README.md

package info (click to toggle)
libaccounts-glib 1.27-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 944 kB
  • sloc: ansic: 11,312; xml: 1,175; python: 72; sh: 7; makefile: 7
file content (34 lines) | stat: -rw-r--r-- 766 bytes parent folder | download | duplicates (4)
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