~ubuntu-branches/ubuntu/oneiric/imagemagick/oneiric-updates

« back to all changes in this revision

Viewing changes to PerlMagick/README.txt

  • Committer: Bazaar Package Importer
  • Author(s): Nelson A. de Oliveira
  • Date: 2010-06-20 19:59:55 UTC
  • mfrom: (6.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20100620195955-n3eq0yenhycw888i
Tags: 7:6.6.2.6-1
* New upstream release;
* Change Recommends on ufraw to ufraw-batch (Closes: #579775);
* Fix FTBFS when using dash to run the configure script, by setting
  CONFIG_SHELL=/bin/bash (Closes: #582073, #583024). Thank you, Niko Tyni!

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
    PerlMagick, is an objected-oriented Perl interface to ImageMagick.
4
4
    Use the module to read, manipulate, or write an image or image sequence
5
5
    from within a Perl script. This makes it suitable for Web CGI scripts. You
6
 
    must have ImageMagick 6.5.7 or above installed on your system for this
 
6
    must have ImageMagick 6.5.8 or above installed on your system for this
7
7
    module to work properly.
8
8
 
9
9
    See
10
10
 
11
11
        http://www.imagemagick.org/script/perl-magick.php
12
12
 
13
 
    for additional information about PerlMagick.  See
 
13
    for additional information about PerlMagick.  If you have problems, go to
 
14
 
 
15
        http://www.imagemagick.org/discourse-server/viewforum.php?f=7
 
16
 
 
17
    for help.  For instructions about installing ImageMagick, see
14
18
 
15
19
        http://www.imagemagick.org/
16
20
 
17
 
    for instructions about installing ImageMagick.
18
 
 
19
21
 
20
22
Installation 
21
23
 
22
24
    Get the PerlMagick distribution and type the following: 
23
25
 
24
 
        gunzip ImageMagick-6.5.7-0.tar.gz
25
 
        tar xvf ImageMagick-6.5.7
 
26
        gunzip ImageMagick-6.5.8-0.tar.gz
 
27
        tar xvf ImageMagick-6.5.8
26
28
 
27
29
    Follow the ImageMagick installation instructions in INSTALL-unix.txt
28
30
                then type