<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[运维进行时]]></title> 
<link>https://blog.liuts.com/index.php</link> 
<description><![CDATA[互联网运维与架构]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[运维进行时]]></copyright>
<item>
<link>https://blog.liuts.com/post//</link>
<title><![CDATA[ImageMagick安装文档]]></title> 
<author> &lt;&gt;</author>
<category><![CDATA[Linux]]></category>
<pubDate>Tue, 14 Aug 2007 16:39:56 +0000</pubDate> 
<guid>https://blog.liuts.com/post//</guid> 
<description>
<![CDATA[ 
	vi /etc/ld.so.conf<br/><div class="code">添加 &quot;/usr/local/lib&quot;</div><br/>--------Install the JPEG---------------<br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content">tar zxvf jpegsrc.v6b.tar.gz<br/>cd jpeg-6b<br/>./configure --enable-shared<br/>make && make install</div></div>--------Install the ZLIB---------------<br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content">gunzip zlib-1.1.4.tar.gz<br/>tar xf zlib-1.1.4.tar<br/>mv zlib-1.1.4 zlib<br/>cd zlib<br/>./configure<br/>make<br/>make install</div></div><br/>--------Install the PNG---------------<br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content">gunzip libpng-1.2.5.tar.gz<br/>tar xf libpng-1.2.5.tar<br/>mv libpng-1.2.5 libpng<br/>cd libpng<br/>cd scripts<br/>cp makefile.linux ../makefile<br/>cd ..<br/>make test<br/>make install</div></div><br/>--------Install the TIFF---------------<br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content">gunzip tiff-v3.5.7.tar.gz<br/>tar xf tiff-v3.5.7.tar<br/>cd tiff-v3.5.7<br/>./configure<br/>make<br/>make install</div></div><br/>--------Install the libpng---------------<br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content">tar -xvjf freetype-2.1.3.tar.bz2<br/>cd freetype-2.1.3<br/>./configure --prefix=/usr/local<br/>make<br/>make install</div></div><br/>--------Install the ImageMagick--------<br/><div class="code">tar -zxvf ImageMagick-6.3.3.tar.gz<br/>cd ImageMagick-6.3.3<br/>./configure LDFLAGS=&quot;-L/usr/lib&quot; CPPFLAGS=&quot;-I/usr/include&quot; --enable-shared --disable-static --enable-lzw --prefix=/usr/local/ImageMagick <br/>make &amp;&amp; make install</div><br/><br/>Tags - <a href="https://blog.liuts.com/tags/imagemagick/" rel="tag">imagemagick</a>
]]>
</description>
</item><item>
<link>https://blog.liuts.com/post//#blogcomment</link>
<title><![CDATA[[评论] ImageMagick安装文档]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://blog.liuts.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>