<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://test.amule.szerverem.hu/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://test.amule.szerverem.hu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=200.228.29.32</id>
		<title>AMule Project FAQ - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://test.amule.szerverem.hu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=200.228.29.32"/>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Special:Contributions/200.228.29.32"/>
		<updated>2026-04-05T22:26:38Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/HowTo_Compile_In_FC3-br</id>
		<title>HowTo Compile In FC3-br</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/HowTo_Compile_In_FC3-br"/>
				<updated>2005-03-21T21:59:08Z</updated>
		
		<summary type="html">&lt;p&gt;200.228.29.32: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Este HowTo explica como compilar o [[aMule]] e [[wxGTK]] da fonte no [http://fedora.redhat.com Fedora Core 3] ==&lt;br /&gt;
&lt;br /&gt;
Primeiramente, você precisa ter uma boa [http://en.wikipedia.org/wiki/GNU_toolchain toolchain] para [http://gcc.gnu.org GCC] – Isso quer dizer que você precisa ter o pacote [http://gcc.gnu.org GCC] e suas dependências instalados.&lt;br /&gt;
Daí, você vai precisar de vários pacotes de desenvolvimento. O que eu fiquei mais surpreso foi com o “gettext-devel”, porque no [http://fedora.redhat.com FC2] e [http://fedora.redhat.com FC1] só havia um pacote para o ''gettext''. Então, tenha certeza de que você tem o ''gettext-devel'' instalado, juntamente com ''gtk+-devel'', ''curl-devel'' e  ''gd-devel''. A maneira mais fácil de obter isso é usar o gerenciador de pacotes [http://fedora.redhat.com yum] da [http://fedora.redhat.com Fedora] .&lt;br /&gt;
&lt;br /&gt;
''yum install gettext-devel gtk+-devel curl-devel gd-devel''&lt;br /&gt;
&lt;br /&gt;
Isso deverá instalar todos os pacotes de desenvolvimento necessários, jutamente com  as suas bibliotecas/pacotes se ainda não estiverem instalados.&lt;br /&gt;
&lt;br /&gt;
Agora estamos prontos para a compilação do [[wxGTK]]&lt;br /&gt;
* [[wxGTK]]-2.4.2 &amp;amp; [[wxBase]]-2.4.2: Você precisa compilar duas bibliotecas para compilar todos os programas que estão incluídos no pacote fonte do [[aMule]] , a versão 2.4.2 é a versão estável da biblioteca do [[wxWidgets]] no momento.&lt;br /&gt;
&lt;br /&gt;
* [[wxGTK]]-2.5.4 : Este pacote inclui o  [[wxGTK]] e o [[wxBase]] e é no geral muito menos esfomeada por processamento, mas ela ainda é taxada instável e você provavelmente terá problemas por causa disso. (Bom, eu não encontrei nenhum problema)&lt;br /&gt;
&lt;br /&gt;
Então, decida por uma das duas opções e vamo lá!&lt;br /&gt;
&lt;br /&gt;
Primeiramente, faça o download de todos os pacotes necessário:&lt;br /&gt;
&lt;br /&gt;
Se você decidir pelo [[wxGTK]]-2.4.2:&lt;br /&gt;
* ''wxGTK-2.4.2.tar.bz2''&lt;br /&gt;
* ''wxBase-2.4.2.tar.bz2''&lt;br /&gt;
&lt;br /&gt;
Se você decidir pelo [[wxGTK]]-2.5.4:&lt;br /&gt;
* ''wxGTK-2.5.4.tar.bz2''&lt;br /&gt;
&lt;br /&gt;
E finalmente&lt;br /&gt;
* ''aMule-2.0.0rc8.tar.bz2''&lt;br /&gt;
&lt;br /&gt;
== Para o wxGTK-2.4.2 &amp;amp; wxBase-2.4.2 ==&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/software/tar/tar.html Untar] the [[wxGTK]]&lt;br /&gt;
&lt;br /&gt;
''tar xfj wxGTK-2.4.2.tar.bz2''&lt;br /&gt;
&lt;br /&gt;
cd no novo diretório&lt;br /&gt;
&lt;br /&gt;
''cd wxGTK-2.4.2/''&lt;br /&gt;
&lt;br /&gt;
e rode o script de [http://www.airs.com/ian/configure configuração] &lt;br /&gt;
&lt;br /&gt;
''./configure --prefix=/usr --disable-gtk2''&lt;br /&gt;
&lt;br /&gt;
Uma vez terminado sem nenhum erro, você pode construir o pacote! Digite&lt;br /&gt;
&lt;br /&gt;
''make''&lt;br /&gt;
&lt;br /&gt;
Depois que este terminou, se torne um super-usuário (geralmente o ''root'') com&lt;br /&gt;
&lt;br /&gt;
''su''&lt;br /&gt;
(Digite a senha do super-usuário)&lt;br /&gt;
&lt;br /&gt;
rode&lt;br /&gt;
&lt;br /&gt;
''make install''&lt;br /&gt;
&lt;br /&gt;
e saia do modo super-usuário&lt;br /&gt;
&lt;br /&gt;
''exit''&lt;br /&gt;
&lt;br /&gt;
Depois, vamos instalar o pacote [[wxBase]]&lt;br /&gt;
&lt;br /&gt;
''tar xfj wxBase-2.4.2.tar.bz2''&lt;br /&gt;
&lt;br /&gt;
cd dentro do&lt;br /&gt;
&lt;br /&gt;
''cd wxBase-2.4.2/''&lt;br /&gt;
&lt;br /&gt;
rode [http://www.airs.com/ian/configure configurar]&lt;br /&gt;
&lt;br /&gt;
''./configure --prefix=/usr''&lt;br /&gt;
&lt;br /&gt;
rode [http://www.gnu.org/software/make/make.html make]&lt;br /&gt;
&lt;br /&gt;
''make''&lt;br /&gt;
&lt;br /&gt;
e instale como super-usuário denovo:&lt;br /&gt;
&lt;br /&gt;
''su''&lt;br /&gt;
(Digite a senha do super-usuário)&lt;br /&gt;
&lt;br /&gt;
''make install''&lt;br /&gt;
&lt;br /&gt;
''ln -sf /usr/bin/wxgtk-2.4-config /usr/bin/wx-config''&lt;br /&gt;
&lt;br /&gt;
''ln -sf /usr/bin/wxbase-2.4-config /usr/bin/wxbase-config''&lt;br /&gt;
&lt;br /&gt;
Saia do modo super-usuário:&lt;br /&gt;
&lt;br /&gt;
''exit''&lt;br /&gt;
&lt;br /&gt;
== Para o [[wxGTK]]-2.5.4 ==&lt;br /&gt;
&lt;br /&gt;
'''NOTA:''' Existe suporte no [[aMule]] para [[wxWidgets]] ligado com [http://www.gtk.org GTK2] – Mas esteja avisado, [[wxWidgets]] vai vazar um MONTE de memória (por volta de 100MB de [http://www.webopedia.com/TERM/R/RAM.html RAM] por dia!) e eu realmente não recomendo isso!&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/software/tar/tar.html Untar] [[wxGTK]]-2.5.4&lt;br /&gt;
&lt;br /&gt;
''tar xfj wxGTK-2.5.4.tar.bz2''&lt;br /&gt;
&lt;br /&gt;
cd no novo diretório&lt;br /&gt;
&lt;br /&gt;
''cd wxGTK-2.5.4/''&lt;br /&gt;
&lt;br /&gt;
configure [[wxWidgets]]&lt;br /&gt;
&lt;br /&gt;
''./configure --prefix=/usr --disable-gtk2''&lt;br /&gt;
&lt;br /&gt;
rode o make&lt;br /&gt;
&lt;br /&gt;
''make''&lt;br /&gt;
&lt;br /&gt;
e instale como super-usuário&lt;br /&gt;
&lt;br /&gt;
''su''&lt;br /&gt;
(Digite a senha do super-usuário)&lt;br /&gt;
&lt;br /&gt;
''make install''&lt;br /&gt;
&lt;br /&gt;
Saia do modo super-usuário&lt;br /&gt;
&lt;br /&gt;
''exit''&lt;br /&gt;
&lt;br /&gt;
Ok, agora você tem o [[wxWidgets]] .&lt;br /&gt;
&lt;br /&gt;
== Compilando o  [[aMule]] ==&lt;br /&gt;
&lt;br /&gt;
Descomprima([http://www.gnu.org/software/tar/tar.html tar]) a fonte do [[aMule]]&lt;br /&gt;
&lt;br /&gt;
''tar xfj aMule-2.0.0rc7.tar.bz2''&lt;br /&gt;
&lt;br /&gt;
cd no novo diretório&lt;br /&gt;
&lt;br /&gt;
''cd aMule-2.0.0rc8/''&lt;br /&gt;
&lt;br /&gt;
[http://www.airs.com/ian/configure configure] [[aMule]]&lt;br /&gt;
&lt;br /&gt;
''./configure --prefix=/usr --enable-optimize --disable-debug --enable-wxcas --enable-cas --enable-alc --enable-alcc --enable-amule-daemon --enable-amulecmd --enable-amulecmdgui --enable-webserver --enable-webservergui''&lt;br /&gt;
&lt;br /&gt;
(Esse comando fala para o sistema de [http://www.airs.com/ian/configure configuração] para construir todos os programas incluidos na fonte do pacote do [[aMule]] )&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/software/make/make.html make] it:&lt;br /&gt;
&lt;br /&gt;
''make''&lt;br /&gt;
&lt;br /&gt;
e, como super usuário, instale:&lt;br /&gt;
&lt;br /&gt;
''su''&lt;br /&gt;
(Digite a senha do super-usuário)&lt;br /&gt;
&lt;br /&gt;
''make install''&lt;br /&gt;
&lt;br /&gt;
Você está pronto!&lt;br /&gt;
&lt;br /&gt;
== Comments and problems ==&lt;br /&gt;
&lt;br /&gt;
Comments / corrections are welcome, you can find [[User:Citroklar|me]] usually on [[IRC]] in [irc://irc.freenode.net/amule #amule] at irc://irc.freenode.net or reach me by mail: citroklar at amule dot org&lt;br /&gt;
&lt;br /&gt;
[[User:Citroklar|Citroklar]]&lt;br /&gt;
&lt;br /&gt;
2005-03-11: Updated by Citroklar to version numbers wxGTK-2.5.4 and aMule-2.0.0rc8 after I got a tip to do so from bannerman in #amule. Thanks!&lt;/div&gt;</summary>
		<author><name>200.228.29.32</name></author>	</entry>

	</feed>