diff options
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..1580b8b --- /dev/null +++ b/README.rst @@ -0,0 +1,23 @@ +====== + yawa +====== +----------------------------------- + Yet another wallpaper application +----------------------------------- + +This is a fork of hsetroot, since there hasn't been a release in over 10 +years, because upstream is dead, and because I really disliked some parts +of it. + +Dependencies +============ + +* imlib2 +* libx11 + +Building +======== + <git clone> + cmake -g 'Unix Makefiles' . + make + sudo make install |