aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2024-05-17 16:16:07 +0200
committerFelix Morgner <felix.morgner@gmail.com>2024-05-17 16:16:07 +0200
commitde5bf7ca3b7a2bf6be35b86486b00dc6a071b950 (patch)
tree827cde6b2d1cb261030b59cc3bbe396e52ca4007
parentc893434519811d4fbd04f3a5a23971f0ef93cf24 (diff)
downloadwanda-de5bf7ca3b7a2bf6be35b86486b00dc6a071b950.tar.xz
wanda-de5bf7ca3b7a2bf6be35b86486b00dc6a071b950.zip
doc: update readme
-rw-r--r--README.rst15
1 files changed, 8 insertions, 7 deletions
diff --git a/README.rst b/README.rst
index 8061b00..cc6767a 100644
--- a/README.rst
+++ b/README.rst
@@ -1,19 +1,20 @@
Wanda!
======
-Wanda is a simple wallpaper changer for the GNU Network Object Model
-Environment.
+Wanda is a simple wallpaper changer for Linux desktops.
Building
--------
-Wanda requires:
+Tool dependencies:
-* cmake
* conan
+
+System library dependencies:
+
* glib
+* libmagic
-and can be built using::
+Building on the command line:
- $ conan install . -if build
- $ conan build . -bf build
+``$ conan build -pr .conan/default .``