~ubuntu-branches/ubuntu/karmic/libimage-exiftool-perl/karmic

« back to all changes in this revision

Viewing changes to html/install.html

  • Committer: Bazaar Package Importer
  • Author(s): Mari Wang
  • Date: 2008-02-04 20:32:53 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080204203253-mpbal8trlfe1fz5d
Tags: 7.00-1
* Upload of new production release (Closes: #456430)
* Added Recommends: libcompress-zlib-perl (Closes: #435589)
* Package now includes iptc2xmp.args and xmp2iptc.args, they are put
  into /usr/share/libimage-exiftool/ (Closes: #436100)
* Updated standards-version (3.7.2 -> 3.7.3). No changes needed.
* Lots of updates and bugfixes compared to last debian version
  (6.90).  See the Changes file for details
* Upload sponsored by Petter Reinholdtsen

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
    cd Image-ExifTool-#.##
114
114
    sudo cp -r exiftool lib /usr/bin
115
115
</pre>
116
 
where "<code>#.##</code>" is replaced with the version number of ExifTool you downloaded.
 
116
where "<code>#.##</code>" is the version number of the ExifTool you downloaded.
117
117
<br><span class='lt'>(Note: The last step above will require you to enter your
118
118
password.)</span></li>
119
119
</ol>
122
122
<p><span class='lt'>(Note: The OS X installations above place exiftool and its
123
123
"lib" directory in /usr/bin, while the standard Unix "make install" described
124
124
below puts exiftool in /usr/bin and the individual libraries in
125
 
/Library/Perl/#.#.#, where "#.#.#" is the Perl version.  If both sets of
 
125
/Library/Perl/#.#.#, where "#.#.#" is your Perl version.  If both sets of
126
126
libraries exist, /usr/bin/lib takes precedence for exiftool, but
127
127
/Library/Perl/#.## is the default for any other Perl scripts.)</span></p>
128
128
 
133
133
<li><b>Download</b> the <b>Image-ExifTool distribution</b> from the <a href="index.html">ExifTool home page</a>
134
134
<br><span class='lt'>(The file you download will have a name like "<code>Image-ExifTool-#.##.tar.gz</code>".)</span></li>
135
135
<li>Change to the download directory (with "<code>cd <i>DIR</i></code>"), and <b>type the following</b>:
136
 
<pre class='code'>    tar -xzf Image-ExifTool-#.##.tar.gz
 
136
<pre class='code'>    gzip -dc Image-ExifTool-#.##.tar.gz | tar -xf -
137
137
    cd Image-ExifTool-#.##
138
138
    perl Makefile.PL
139
139
    make test
140
140
    sudo make install
141
141
</pre>
142
 
where "<code>#.##</code>" is replaced with the version number of ExifTool you downloaded.
 
142
where "<code>#.##</code>" is the version number of the ExifTool you downloaded.
143
143
<br><span class='lt'>(Note: The last step above will require you to enter your
144
144
password.  The "<code>make test</code>" step is not required, but useful because
145
145
it runs a full suite of tests to validate that ExifTool is working properly on