Changeset 288 for ImageMagick/trunk/www/advanced-unix-installation.html
- Timestamp:
- 10/03/09 19:07:11 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/www/advanced-unix-installation.html
r272 r288 523 523 <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> 524 524 <p>Unpack and change into the top-level ImageMagick directory:</p> 525 <p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>tar xvfz ImageMagick-6.5.6- 7.tar.gz</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>cd ImageMagick-6.5.6</span></p> <p>Choose an architecture and set your CFLAGS environment variable. Here we set CFLAGS for an Intel build:</p>525 <p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>tar xvfz ImageMagick-6.5.6-8.tar.gz</span><span class='crtout'></span><span class="crtprompt"> $magick> </span><span class='crtin'>cd ImageMagick-6.5.6</span></p> <p>Choose an architecture and set your CFLAGS environment variable. Here we set CFLAGS for an Intel build:</p> 526 526 <p class='crt'><span class="crtprompt"> $magick> </span><span class='crtin'>export CFLAGS="-O -g -isysroot /Developer/SDKs/MacOSX10.5.sdk/ \ <br/> 527 527 -arch i386 -I/sw/include/"</span></p> <p>Set your LDFLAGS environment variable to:</p> … … 598 598 <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> • 599 599 <a href="../www/mailing-list.html">Mailing Lists</a> • 600 <a href="http:// studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>600 <a href="http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi">Studio</a> 601 601 </span> 602 602 <span id="linkbar-east"> </span>
