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