<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.andcycle.idv.tw/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=61.223.64.106</id>
	<title>TestingMediawiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.andcycle.idv.tw/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=61.223.64.106"/>
	<link rel="alternate" type="text/html" href="https://www.andcycle.idv.tw/mediawiki/index.php?title=Special:Contributions/61.223.64.106"/>
	<updated>2026-05-02T03:17:05Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://www.andcycle.idv.tw/mediawiki/index.php?title=Compile_icecast_in_the_Unix-Like_Environment&amp;diff=5133</id>
		<title>Compile icecast in the Unix-Like Environment</title>
		<link rel="alternate" type="text/html" href="https://www.andcycle.idv.tw/mediawiki/index.php?title=Compile_icecast_in_the_Unix-Like_Environment&amp;diff=5133"/>
		<updated>2005-01-25T23:31:40Z</updated>

		<summary type="html">&lt;p&gt;61.223.64.106: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;暫存：在 *nix 下編譯 icecast 麻瓜用教學 ( 作者 AndCycle )&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto;width:80%;&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;quot;/home/colo/andcycle/&amp;quot;代換成所屬的home目錄&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
cd ~&lt;br /&gt;
mkdir testCompile&lt;br /&gt;
cd testCompile&lt;br /&gt;
mkdir install&lt;br /&gt;
wget http://www.libsdl.org/release/SDL-1.0.8.tar.gz&lt;br /&gt;
wget http://www.vorbis.com/files/1.0.1/unix/libvorbis-1.0.1.tar.gz&lt;br /&gt;
wget http://www.vorbis.com/files/1.0.1/unix/libogg-1.1.tar.gz&lt;br /&gt;
wget http://downloads.xiph.org/releases/icecast/icecast-2.2.0.tar.gz&lt;br /&gt;
wget ftp://xmlsoft.org/libxml2-2.6.17.tar.gz&lt;br /&gt;
wget ftp://xmlsoft.org/libxslt-1.1.12.tar.gz&lt;br /&gt;
wget http://downloads.xiph.org/releases/theora/libtheora-1.0alpha4.tar.gz&lt;br /&gt;
tar -zxvf SDL-1.0.8.tar.gz&lt;br /&gt;
tar -zxvf libvorbis-1.0.1.tar.gz&lt;br /&gt;
tar -zxvf libogg-1.1.tar.gz&lt;br /&gt;
tar -zxvf icecast-2.2.0.tar.gz&lt;br /&gt;
tar -zxvf libxml2-2.6.17.tar.gz&lt;br /&gt;
tar -zxvf libxslt-1.1.12.tar.gz&lt;br /&gt;
tar -zxvf libtheora-1.0alpha4.tar.gz&lt;br /&gt;
&lt;br /&gt;
然後依序進入對照目錄執行configure, make, make install&lt;br /&gt;
&lt;br /&gt;
libxml&lt;br /&gt;
./configure --prefix=/home/colo/andcycle/testCompile/install&lt;br /&gt;
&lt;br /&gt;
libxslt&lt;br /&gt;
./configure --prefix=/home/colo/andcycle/testCompile/install --with-libxml-prefix=/home/colo/andcycle/testCompile/install&lt;br /&gt;
&lt;br /&gt;
libsdl&lt;br /&gt;
./configure --prefix=/home/colo/andcycle/testCompile/install&lt;br /&gt;
&lt;br /&gt;
libogg&lt;br /&gt;
./configure --prefix=/home/colo/andcycle/testCompile/install&lt;br /&gt;
&lt;br /&gt;
libvorbis&lt;br /&gt;
./configure --prefix=/home/colo/andcycle/testCompile/install --with-ogg=/home/colo/andcycle/testCompile/install --disable-oggtest&lt;br /&gt;
&lt;br /&gt;
libtheora&lt;br /&gt;
./configure --prefix=/home/colo/andcycle/testCompile/install --with-ogg=/home/colo/andcycle/testCompile/install --with-vorbis=/home/colo/andcycle/testCompile/install --with-sdl-prefix=/home/colo/andcycle/testCompile/install --disable-oggtest --disable-vorbistest --disable-sdltest&lt;br /&gt;
&lt;br /&gt;
#xslt-config 位於 libxslt 裡面, 要先去改成可執行&lt;br /&gt;
icecast&lt;br /&gt;
./configure --prefix=/home/colo/andcycle/testCompile/install --with-xslt-config=/home/colo/andcycle/testCompile/libxslt-1.1.12/xslt-config --with-vorbis=/home/colo/andcycle/testCompile/install --with-theora=/home/colo/andcycle/testCompile/install &lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>61.223.64.106</name></author>
	</entry>
</feed>