From 1e0dfe0e9a0a786fcfdedc124acdd71e968ee468 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 24 Sep 2015 18:32:58 +0200 Subject: added README --- README | 51 +++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 49 insertions(+), 2 deletions(-) diff --git a/README b/README index 37289c0..7f20398 100644 --- a/README +++ b/README @@ -1,3 +1,50 @@ -DEPS: +Introduction +============ -libmagickwand-dev +klokdisplay is a small command which shows images on X11 screens and +immediatly deleting file as soon as is opened. +klokdisplay is based on imagemagick. + +Dependencies +============ + +Linux +----- + +core: + build-essential + libmagickwand-dev + + +Installation +============ + +Getting the source via GIT: +--------------------------- + +git clone git://git.spreadspace.org/klokdisplay.git +cd klokdisplay + + +Building from source +-------------------- + +# cd src +# ./configure +# make + + +Installing +---------- + +# sudo make install + +This will install klokdisplay under the --prefix defined with configure. + + +Uninstalling +------------ + +# sudo make remove + +This removes everything except for the config files -- cgit v1.2.3