https://github.com/sashko/user-identification-service
https://github.com/sashko/user-identification-service
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sashko/user-identification-service
- Owner: sashko
- License: mpl-2.0
- Created: 2019-04-16T12:00:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T12:00:00.000Z (about 7 years ago)
- Last Synced: 2025-02-28T11:29:14.563Z (over 1 year ago)
- Language: C++
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Template D-Bus service
Template for creating a D-Bus service component.
# Dependencies
- gdbus-codgen-glibmm
- glibmm (2.56)
- googletest (1.8.1, for tests, optional)
# Building
[Meson](https://mesonbuild.com/) is used for building. To build simply run:
```shell
meson build
ninja -C build
```
# Running Tests
Tests can be run with:
```shell
meson test -C build
```
"No tests defined." is printed if the required version of googletest could not be found.
# License and Copyright
Copyright © 2019 Luxoft Sweden AB
The source code in this repository is subject to the terms of the MPL-2.0 license, please see
included "LICENSE" file for details. License information for any other files is either explicitly
stated or defaults to the MPL-2.0 license.