diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-03-04 11:32:16 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-03-04 11:32:16 +0100 |
commit | 8355e11c04784b90f343dfc6b835eb7aa9d37e6e (patch) | |
tree | 7286f3b7c52d90899be79693f26a75b7fb1e1466 | |
parent | 7e3cbca344326d1b8b32f8b2d587fc768eccf643 (diff) |
Improve README
-rw-r--r-- | README | 27 |
1 files changed, 19 insertions, 8 deletions
@@ -1,19 +1,30 @@ -dthumb - Create static HTML thumbnail list for images +dthumb - Generate Thumbnails + Index for a set of images +-------------------------------------------------------- + +* <http://derf.homelinux.org/projects/dthumb/> + + +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. |