An open API service indexing awesome lists of open source software.

https://github.com/elementary/settings-daemon


https://github.com/elementary/settings-daemon

hacktoberfest vala

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Settings Daemon

[![Translation status](https://l10n.elementary.io/widget/desktop/settings-daemon/svg-badge.svg)](https://l10n.elementary.io/engage/desktop/)

## Building and Installation

You'll need the following dependencies:
* glib-2.0
* gobject-2.0
* libaccountsservice-dev
* libdbus-1-dev
* libfwupd-dev
* libgdk-pixbuf2.0-dev
* libgeoclue-2-dev
* libgexiv2-dev
* libgranite-dev
* libpackagekit-glib2-dev
* meson
* valac

Run `meson build` to configure the build environment. Change to the build directory and run `ninja` to build

```bash
meson build --prefix=/usr
cd build
ninja
```

To install, use `ninja install`, then execute with `io.elementary.settings-daemon`

```bash
ninja install
io.elementary.settings-daemon
```