diff options
-rw-r--r-- | INSTALL | 4 | ||||
-rw-r--r-- | README | 13 |
2 files changed, 13 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL deleted file mode 100644 index 129e2c0..0000000 --- a/INSTALL +++ /dev/null @@ -1,4 +0,0 @@ -$ make -# make install - -Requires the Image::Imlib2 perl module. @@ -0,0 +1,13 @@ +gen-xhtml-thumbnails - Create quick thumbnail list for images + +Requires: + * perl version 5.10 or newer + * The Image::Imlib2 perl module + +Installation: + +> perl Build.PL +> ./Build +> sudo ./Build install + +You can then run 'man gen-xhtml-thumbnails' for more information. |