Ignore:
Timestamp:
03/11/12 11:14:52 (15 months ago)
Author:
cristy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ImageMagick/branches/ImageMagick-6.7.6/www/advanced-unix-installation.html

    r7052 r7093  
    217217  <a rel="follow" title="Sponsor: Druckerei" href="http://www.allesdruck.de">Druckerei</a><!-- 201303011500 r.leo --> 
    218218</div> 
    219 <div class="sponsor"> 
    220    <a rel="follow" title="Sponsor: Names List" href="http://www.listofnames.info">Names List</a><!-- 2012110100180 grimshrat@busyb--> 
    221 </div> 
    222 <div class="sponsor"> 
    223    <a rel="follow" title="Sponsor: Web Hosting Reviews" href="http://www.webhostingreviewz.com">Web Hosting Reviews</a><!-- 2012040100030 Soft Tec--> 
     219<div  class="sponsor"> 
     220   <a rel="follow" title="Sponsor: Kaffeemaschinen reparatur" href="http://www.kaffeemaschinen-reparatur.de">Kaffeemaschinen reparatur</a><!-- 2012060100030 Temurbas atlas.multimedia--> 
     221</div> 
     222<div class="sponsor"> 
     223   <a rel="follow" title="Sponsor: Bildbearbeitung" href="http://www.bildschliff.de">Bildbearbeitung</a><!-- 2012060100300 strait.de--> 
    224224</div> 
    225225</div> 
     
    269269<p>The configure script looks at your environment and decides what it can cobble together to get ImageMagick compiled and installed on your system.  This includes finding a compiler, where your compiler header files are located (e.g. stdlib.h), and if any delegate libraries are available for ImageMagick to use (e.g. JPEG, PNG, TIFF, etc.).  If you are willing to accept configure's default options, and build from within the source directory, you can simply type:</p> 
    270270 
    271 <p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>cd ImageMagick-6.7.5-9</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>./configure</span></p> 
     271<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>cd ImageMagick-6.7.6-0</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>./configure</span></p> 
    272272<p>Watch the configure script output to verify that it finds everything that 
    273273 you think it should.  Pay particular attention to the last lines of the script output.  For example, here is a recent report from our system:</p> 
     
    597597<p>After the build you, locate the RPMS folder and install the ImageMagick binary RPM distribution:</p> 
    598598 
    599 <p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>rpm -ivh ImageMagick-6.7.5-?.*.rpm</span></p> 
     599<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>rpm -ivh ImageMagick-6.7.6-?.*.rpm</span></p> 
    600600</div> 
    601601 
     
    621621          <p><a href="../www/download.html">Download</a> the ImageMagick source distribution and verify the distribution against its <a href="http://www.imagemagick.org/download/digest.rdf">message digest</a>.</p> 
    622622          <p>Unpack and change into the top-level ImageMagick directory:</p> 
    623                 <p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>tar xvfz ImageMagick-6.7.5-9.tar.gz</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>cd ImageMagick-6.7.5-9</span></p>        <p>Configure ImageMagick:</p> 
     623                <p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>tar xvfz ImageMagick-6.7.6-0.tar.gz</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>cd ImageMagick-6.7.6-0</span></p>        <p>Configure ImageMagick:</p> 
    624624        <p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>./configure --prefix=/opt --with-quantum-depth=16 \ <br/> 
    625625                --disable-dependency-tracking --with-x=yes \ <br/> 
     
    641641<p>Although you can download and install delegate libraries yourself, many are already available in the <a href="http://gnuwin32.sourceforge.net/">GnuWin32</a> distribution.  Download and install whichever delegate libraries you require such as JPEG, PNG, TIFF, etc.  Make sure you specify the development headers when you install a package.  Next type,</p> 
    642642 
    643 <p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>tar jxvf ImageMagick-6.7.5-?.tar.bz2</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>cd ImageMagick-6.7.5-9</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>./configure --without-perl</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>make</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>sudo make install</span></p></div> 
     643<p class='crt'><span class="crtprompt"> $ </span><span class='crtin'>tar jxvf ImageMagick-6.7.6-?.tar.bz2</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>cd ImageMagick-6.7.6-0</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>./configure --without-perl</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>make</span><span class='crtout'></span><span class="crtprompt"> $ </span><span class='crtin'>sudo make install</span></p></div> 
    644644 
    645645<h2><a id="problems"></a>Dealing with Unexpected Problems</h2> 
Note: See TracChangeset for help on using the changeset viewer.