diff options
author | B. Watson <yalhcru@gmail.com> | 2018-02-28 14:37:14 -0500 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-14 01:14:25 +0100 |
commit | f374e71f3a1ca682433e5cfff3ab47d7ce0e264b (patch) | |
tree | 9ca0a78408dc98d9621b4512f6f52b49e3099811 /perl/perl-GD/README | |
parent | eaace30612918d9a4e799b71e80201a2351c52bc (diff) |
perl/perl-GD: Updated for v2.68, fix 32-bit build, add FastCGI.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'perl/perl-GD/README')
-rw-r--r-- | perl/perl-GD/README | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/perl/perl-GD/README b/perl/perl-GD/README index c5889ee909c34..cf64941daa662 100644 --- a/perl/perl-GD/README +++ b/perl/perl-GD/README @@ -1,6 +1,12 @@ perl-GD (perl bindings for GD image library) -GD.pm is a Perl interface to Thomas Boutell's gd graphics library -(version 2.01 or higher; see below). GD allows you to create color -drawings using a large number of graphics primitives, and emit the -drawings as PNG files. +GD.pm is a Perl interface to Thomas Boutell's gd graphics library. +GD allows you to create color drawings using a large number of graphics +primitives, and emit the drawings as PNG files. + +The package includes the bdf2gdfont.pl utility, which converts X11 BDF +fonts to the format used by GD. + +perl-GD can optionally be built with support for FastCGI. To do this, +first install libraries/fcgi, then run perl-GD.SlackBuild with FASTCGI=yes +set in the environment. |