From 8355e11c04784b90f343dfc6b835eb7aa9d37e6e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 4 Mar 2011 11:32:16 +0100 Subject: Improve README --- README | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/README b/README index f9fd483..efaa716 100644 --- a/README +++ b/README @@ -1,19 +1,30 @@ -dthumb - Create static HTML thumbnail list for images +dthumb - Generate Thumbnails + Index for a set of images +-------------------------------------------------------- + +* + + +Dependencies +------------ -Requires: * perl version 5.10 or newer * Data::Section * Image::Imlib2 * Time::Progress -Installation: +Installation +------------ -> perl Build.PL -> ./Build -> sudo ./Build install +$ perl Build.PL +$ perl Build +$ sudo perl Build install You can then run 'man dthumb' for more information. +Testing +------- + +$ perl Build test -You may also run './Build test'. This will require the Test::More, -Test::Compile and Test::Pod modules. +Note that this will require the Test::More, Test::Compile and Test::Pod +modules. -- cgit v1.2.3