diff options
author | Struan Donald <struan@exo.org.uk> | 2011-12-16 13:04:18 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-12-16 13:04:18 +0000 |
commit | 7f0a326c11f9dbbef7b456b56e002efba086bbbf (patch) | |
tree | e44874605c707d0085f07ab0fcc36cdd4389a640 | |
parent | f6130f0e9b87fc36196694aa48e77847e52c77cf (diff) |
add note saying best to install packaged version of Image::Magick
-rw-r--r-- | README.pod | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/README.pod b/README.pod index 784fc971a..b020a81e2 100644 --- a/README.pod +++ b/README.pod @@ -75,7 +75,7 @@ Perl 5.8 or above =item * -ImageMagick and the perl bindings +ImageMagick and the perl bindings. =item * @@ -299,3 +299,7 @@ it may not start FixMyStreet caches compiled templates alongside the source files so the templates directory needs to be writable by the process that is running FixMyStreet. +=head2 Image::Magick + +If your OS has a way to install a binary version of Image::Magick then it's recommended +that you do that rather than install via CPAN. |