diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2018-11-27 08:14:36 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2018-11-27 08:14:36 +0100 |
| commit | d018603b1ff8e93902e8c9c904199f54076154c4 (patch) | |
| tree | b03d3a264d9a768fd35b8130056f4b4e10363265 | |
| parent | 85ca7943695357492588f434364da69478cd97fc (diff) | |
| download | wanda-d018603b1ff8e93902e8c9c904199f54076154c4.tar.xz wanda-d018603b1ff8e93902e8c9c904199f54076154c4.zip | |
doc: add readme
| -rw-r--r-- | README.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..8061b00 --- /dev/null +++ b/README.rst @@ -0,0 +1,19 @@ +Wanda! +====== + +Wanda is a simple wallpaper changer for the GNU Network Object Model +Environment. + +Building +-------- + +Wanda requires: + +* cmake +* conan +* glib + +and can be built using:: + + $ conan install . -if build + $ conan build . -bf build |
