diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-02-27 16:39:57 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-02-27 16:40:41 +0100 |
commit | b0cc851a192a87cbaf57758a59a1c6a38797514a (patch) | |
tree | cd3c998d7a0a93df1b3df14a04b04d7e97ecbada /README | |
parent | ac79b62359ecb4ab7e12c7d930460226da9bfbe8 (diff) |
Update documentation
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -2,7 +2,8 @@ dthumb - Create static HTML thumbnail list for images Requires: * perl version 5.10 or newer - * The Image::Imlib2 perl module + * Data::Section + * Image::Imlib2 Installation: @@ -11,3 +12,7 @@ Installation: > sudo ./Build install You can then run 'man dthumb' for more information. + + +You may also run './Build test'. This will require the Test::More, +Test::Compile and Test::Pod modules. |