blob: f9fd48314f7f33d55fb424abe010b142c4d3ab37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
dthumb - Create static HTML thumbnail list for images
Requires:
* perl version 5.10 or newer
* Data::Section
* Image::Imlib2
* Time::Progress
Installation:
> perl Build.PL
> ./Build
> 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.
|