[Rt-commit] rt branch, 4.2/charts-docs, updated. rt-4.1.13-34-g22d53a6
Ruslan Zakirov
ruz at bestpractical.com
Sun Jun 30 08:25:22 EDT 2013
The branch, 4.2/charts-docs has been updated
via 22d53a6a9345cf802cf53d4c5d9cfcc71d1490c5 (commit)
from eeed776b8335a9fcce98bdb3c6f3a41d22f7e09e (commit)
Summary of changes:
docs/charts.pod | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 22d53a6a9345cf802cf53d4c5d9cfcc71d1490c5
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date: Sun Jun 30 16:23:37 2013 +0400
mention devel package required to build perl's GD
It's required on some systems, but on very popular.
diff --git a/docs/charts.pod b/docs/charts.pod
index 37d0960..52db66f 100644
--- a/docs/charts.pod
+++ b/docs/charts.pod
@@ -41,7 +41,9 @@ Install GD libraries
GD is an open source graphics library and it is available as a package
for most Linux systems. The package might be called C<gd>, C<gd2>, C<libgd2>,
-or something similar.
+or something similar. On some systems you will also need additional package
+required to compile code using the library. The package might be called
+C<gd-devel>, C<gd2-dev>, or something similar.
=item 4
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list