From 33e803a2695ab57acc773bb4520aaa02b7fe1c23 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 4 Nov 2014 20:03:25 +0100 Subject: Rewrote README in ReST --- README | 29 ----------------------------- README.rst | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 29 deletions(-) delete mode 100644 README create mode 100644 README.rst diff --git a/README b/README deleted file mode 100644 index f3956f4..0000000 --- a/README +++ /dev/null @@ -1,29 +0,0 @@ -hsetroot -- Yet another wallpaper application... - -Q: why another one? -A: Personal requirements.. - -Q: Why this one? -A: Because it can do stuff, manipulate images etc.. - -Q: How does it do that? -A: Using imlib2.. - -Q: how do I install it? -A: like most apps.. - # ./configure - # make - # su - # make install - -Q: To whom should I bitch? -A: hyriand@thegraveyard.org - -Q: uhmm.. help?!? -A: hsetroot --help - -Q: you don't like docs, right? -A: right... - - --- hyriand 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 +======== + + cmake -g 'Unix Makefiles' . + make + sudo make install -- cgit v1.2.3-54-g00ecf