Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
README: convert to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
eszlari authored and derat committed Jan 8, 2021
1 parent f9d620e commit bf90acc
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README

This file was deleted.

48 changes: 48 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# xsettingsd

xsettingsd is a daemon that implements the *XSETTINGS* specification.

It is intended to be small, fast, and minimally dependent on other
libraries. It can serve as an alternative to gnome-settings-daemon for
users who are not using the GNOME desktop environment but who still run
GTK+ applications and want to configure things such as themes, font
antialiasing/hinting, and UI sound effects.

## Build instructions

requirements:

* C++ compiler
* CMake
* X11 headers (`libx11-dev` in Debian)
* GoogleTest (optional, `libgtest-dev` in Debian)

execute build:

```
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/path ..
make
make install
```

run tests:

```
make test
```

delete all installed files:

```
make uninstall
```

## Documentation

Documentation is available at https://github.com/derat/xsettingsd/wiki.

## Contact

Daniel Erat <dan-xsettingsd@erat.org>

0 comments on commit bf90acc

Please sign in to comment.