Update documentation about requirement.
This commit is contained in:
parent
6e1a88a214
commit
83e5cbd8ad
21
README
21
README
|
@ -14,24 +14,9 @@ DESCRIPTION
|
||||||
care if you have rotate log enable to run it before rotation is done.
|
care if you have rotate log enable to run it before rotation is done.
|
||||||
|
|
||||||
REQUIREMENT
|
REQUIREMENT
|
||||||
perl 5.005_03 or higher and the following Perl modules:
|
Nothing is required than a modern perl version 5.8 or higher. Graphics
|
||||||
|
are based on the Flotr2 Javascript library so they are drawn at your
|
||||||
GD
|
browser side without extra installation required.
|
||||||
GD::Graph
|
|
||||||
GD::TextUtil
|
|
||||||
GD::Graph::bars3d;
|
|
||||||
|
|
||||||
See GD and GD::Graph requirements for other needed libraries.
|
|
||||||
|
|
||||||
If they are not yet include in your OS distribution you can always find
|
|
||||||
them at http://search.cpan.org/
|
|
||||||
|
|
||||||
If you have Internet access from your server, you can execute the
|
|
||||||
following command to install GD::Graph::bars3d and all its dependencies.
|
|
||||||
|
|
||||||
perl -MCPAN -e 'install GD::Graph::bars3d'
|
|
||||||
|
|
||||||
Images output format is PNG so libgd must be compiled with libpng.
|
|
||||||
|
|
||||||
INSTALLATION
|
INSTALLATION
|
||||||
Generic install
|
Generic install
|
||||||
|
|
|
@ -20,22 +20,9 @@ is done.
|
||||||
|
|
||||||
=head1 REQUIREMENT
|
=head1 REQUIREMENT
|
||||||
|
|
||||||
perl 5.005_03 or higher and the following Perl modules:
|
Nothing is required than a modern perl version 5.8 or higher. Graphics
|
||||||
|
are based on the Flotr2 Javascript library so they are drawn at your
|
||||||
GD
|
browser side without extra installation required.
|
||||||
GD::Graph
|
|
||||||
GD::TextUtil
|
|
||||||
GD::Graph::bars3d;
|
|
||||||
|
|
||||||
See GD and GD::Graph requirements for other needed libraries.
|
|
||||||
|
|
||||||
If they are not yet include in your OS distribution you can always find them at http://search.cpan.org/
|
|
||||||
|
|
||||||
If you have Internet access from your server, you can execute the following command to install GD::Graph::bars3d and all its dependencies.
|
|
||||||
|
|
||||||
perl -MCPAN -e 'install GD::Graph::bars3d'
|
|
||||||
|
|
||||||
Images output format is PNG so libgd must be compiled with libpng.
|
|
||||||
|
|
||||||
=head1 INSTALLATION
|
=head1 INSTALLATION
|
||||||
|
|
||||||
|
|
|
@ -156,26 +156,9 @@ Take care if you have rotate log enable to run it before rotation
|
||||||
is done.
|
is done.
|
||||||
.SH "REQUIREMENT"
|
.SH "REQUIREMENT"
|
||||||
.IX Header "REQUIREMENT"
|
.IX Header "REQUIREMENT"
|
||||||
perl 5.005_03 or higher and the following Perl modules:
|
Nothing is required than a modern perl version 5.8 or higher. Graphics
|
||||||
.PP
|
are based on the Flotr2 Javascript library so they are drawn at your
|
||||||
.Vb 4
|
browser side without extra installation required.
|
||||||
\& GD
|
|
||||||
\& GD::Graph
|
|
||||||
\& GD::TextUtil
|
|
||||||
\& GD::Graph::bars3d;
|
|
||||||
.Ve
|
|
||||||
.PP
|
|
||||||
See \s-1GD\s0 and GD::Graph requirements for other needed libraries.
|
|
||||||
.PP
|
|
||||||
If they are not yet include in your \s-1OS\s0 distribution you can always find them at http://search.cpan.org/
|
|
||||||
.PP
|
|
||||||
If you have Internet access from your server, you can execute the following command to install GD::Graph::bars3d and all its dependencies.
|
|
||||||
.PP
|
|
||||||
.Vb 1
|
|
||||||
\& perl \-MCPAN \-e \*(Aqinstall GD::Graph::bars3d\*(Aq
|
|
||||||
.Ve
|
|
||||||
.PP
|
|
||||||
Images output format is \s-1PNG\s0 so libgd must be compiled with libpng.
|
|
||||||
.SH "INSTALLATION"
|
.SH "INSTALLATION"
|
||||||
.IX Header "INSTALLATION"
|
.IX Header "INSTALLATION"
|
||||||
.SS "Generic install"
|
.SS "Generic install"
|
||||||
|
|
Loading…
Reference in New Issue