Changeset 7230


Ignore:
Timestamp:
2004-04-27T16:51:06+12:00 (20 years ago)
Author:
jrm21
Message:

updated for imagemagick/ImagePlug notes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/greenorg/docs/Install-Notes-osx.html

    r7225 r7230  
    157157
    158158<p>
     159If you want to use the Image Plugin, you will need to do two things:
     160<ol>
     161<li>Download and install the ImageMagick package if it is not already
     162 installed. Greenstone's ImagePlug needs the "<tt>convert</tt>" and
     163 "<tt>identify</tt>" programs in this package.</li>
     164<li>Make sure your Greenstone can find these programs. If they are installed
     165 anywhere other than "/usr/bin", then you will probably need to set your
     166PATH correctly, both in the command line, and for the Greenstone Librarian
     167Interface. Add the following line somewhere after the first line of
     168/Applications/Greenstone/gli/gli.sh:<br>
     169&nbsp;&nbsp;&nbsp;<tt>PATH="$PATH:/usr/local/bin"</tt><br>
     170(assuming you installed it into the /usr/local/bin directory.)
     171</li>
     172</ol>
     173</p>
     174
     175
     176<p>
    159177For support, feedback, and more documentation, visit Greenstone's
    160178<a href="http://www.greenstone.org/">home page</a>.
    161179</p>
    162180<p>
    163 <address>Last modified 20 Apr 2004 by John McPherson</address>
     181<address>Last modified 27 Apr 2004 by John McPherson</address>
    164182</body>
    165183</html>
Note: See TracChangeset for help on using the changeset viewer.