diff options
| -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 |
