elementary / settings-daemon

GNU General Public License v3.0
14 stars 11 forks source link
hacktoberfest vala

Settings Daemon

Building and Installation

You'll need the following dependencies:

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

meson build --prefix=/usr
cd build
ninja

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

ninja install
io.elementary.settings-daemon