aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-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 .``