<?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=85.177.226.102</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=85.177.226.102"/>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Special:Contributions/85.177.226.102"/>
		<updated>2026-04-05T14:10:13Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Compilation_Installation</id>
		<title>Compilation Installation</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Compilation_Installation"/>
				<updated>2007-04-30T03:19:54Z</updated>
		
		<summary type="html">&lt;p&gt;85.177.226.102: typo and test if captcha is activated&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
'''English''' | [[Compilation_Installation-fr|Français]] | [[Compilation_Installation-nl|Nederlands]] | [[Compilation_Installation-br|Português]] | [[Compilation_Installation-de|Deutsch]] | [[Compilation_Installation-ru|Russian]] |&lt;br /&gt;
[[Compilation_Installation-it|Italiano]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Manual Installation ==&lt;br /&gt;
&lt;br /&gt;
To install [[aMule]] you can either install it from scratch, as described in [[Compilation_Installation#Compiling From Sources|Compiling From Sources]], or use [http://www.rpm.org RPM]s, as described in the [[Compilation_Installation#Installing using RPMs|Installing using RPMs]] section. Using [http://www.rpm.org RPM]s will speed things up a lot but is not available by default with all [http://www.kernel.org linux] distributions.&lt;br /&gt;
&lt;br /&gt;
== Compiling from Sources ==&lt;br /&gt;
&lt;br /&gt;
'''WARNING:''' Make sure you have '''no''' copies of [[wxWidgets]] installed. If you already have [[wxWidgets]] installed, check [[How to uninstall wxWidgets]] before starting a new installation. If you continue have problems, then [[Check_if_wx_is_installed_twice|check if wx is installed twice]], since that's a common compilation and runtime problem.&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' In [[wxWidgets]] &amp;gt;= 2.5.1, [[wxBase]] is not distributed as a separate tarball.&lt;br /&gt;
&lt;br /&gt;
==== Step 1: [[wxWidgets|wxGTK]] ====&lt;br /&gt;
&lt;br /&gt;
*Download [[wxWidgets|wxGTK]] -&amp;gt;&lt;br /&gt;
**[http://prdownloads.sourceforge.net/wxwindows/wxGTK-2.6.3.tar.bz2 wxGTK-2.6.3.tar.bz2]&lt;br /&gt;
**[ftp://biolpc22.york.ac.uk/pub/2.6.3/wxWidgets-2.6.3-Patch-2.tar.gz wxWidgets-2.6.3-Patch-2.tar.gz]&lt;br /&gt;
&lt;br /&gt;
*Compile [[wxWidgets|wxGTK]]&lt;br /&gt;
**''tar -jxvf wxGTK-2.6.3.tar.bz2''&lt;br /&gt;
**''tar -C wxGTK-2.6.3 -xzvf wxWidgets-2.6.3-Patch-2.tar.gz ''&lt;br /&gt;
**''cd wxGTK-2.6.3''&lt;br /&gt;
**''Linked against [http://www.gtk.org GTK]2: ./configure --prefix=/usr --with-gtk --enable-unicode --disable-compat24 --enable-optimise &amp;amp;&amp;amp; make&lt;br /&gt;
*As '''root''':&lt;br /&gt;
**''make install''&lt;br /&gt;
**''ldconfig''&lt;br /&gt;
&lt;br /&gt;
==== Step 2: [[wxBase]] ====&lt;br /&gt;
&lt;br /&gt;
*Since [[wxGTK]] 2.5.x, you don't need [[wxBase]] anymore unless you want to compile [[aMuled|aMule daemon]] without X.&lt;br /&gt;
&lt;br /&gt;
==== Step 3: [[aMule]] ====&lt;br /&gt;
&lt;br /&gt;
*Download the latest [[aMule]] version -&amp;gt;&lt;br /&gt;
**[http://developer.berlios.de/project/showfiles.php?group_id=1296 Latest aMule]&lt;br /&gt;
&lt;br /&gt;
*Compile [[aMule]] (please check the [[configure|configure article]]) -&amp;gt;&lt;br /&gt;
**''tar -zxvf aMule-X.X.X.tar.gz'' (replace X with the right version number..)&lt;br /&gt;
**''cd aMule-X.X.X''&lt;br /&gt;
**''./configure --disable-debug --enable-optimize &amp;amp;&amp;amp; make''&lt;br /&gt;
&lt;br /&gt;
*As '''root''':&lt;br /&gt;
**''make install''&lt;br /&gt;
&lt;br /&gt;
*Run [[aMule]] as a regular user from console by typing -&amp;gt; ''amule''&lt;br /&gt;
&lt;br /&gt;
== Installing using RPMs ==&lt;br /&gt;
&lt;br /&gt;
==== Step 1: [[wxWidgets|wxGTK]] ====&lt;br /&gt;
&lt;br /&gt;
*Download [[wxWidgets|wxGTK]] for your [http://www.kernel.org Linux] distribution -&amp;gt;&lt;br /&gt;
**[http://www.amule.org/files/files.php?cat=12 wxGTK-2.6.3]&lt;br /&gt;
&lt;br /&gt;
*Install [[wxWidgets|wxGTK]] -&amp;gt;&lt;br /&gt;
**As '''root''':&lt;br /&gt;
***''rpm -Uvh wxGTK-2.6.3-X.rpm'' (replace X with the right name..)&lt;br /&gt;
***''ldconfig''&lt;br /&gt;
&lt;br /&gt;
==== Step 2: [[aMule]] ====&lt;br /&gt;
&lt;br /&gt;
*Download latest [[aMule]] version -&amp;gt;&lt;br /&gt;
**[http://developer.berlios.de/project/showfiles.php?group_id=1296 Latest aMule]&lt;br /&gt;
&lt;br /&gt;
*Install [[aMule]] -&amp;gt;&lt;br /&gt;
**As '''root''':&lt;br /&gt;
***''rpm -Uvh aMule-X.rpm'' (replace X with the right name and version number..)&lt;br /&gt;
&lt;br /&gt;
* Run [[aMule]] as a regular user from your console by typing -&amp;gt; ''amule''&lt;/div&gt;</summary>
		<author><name>85.177.226.102</name></author>	</entry>

	</feed>