<?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=87.205.68.136</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=87.205.68.136"/>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Special:Contributions/87.205.68.136"/>
		<updated>2026-04-05T18:04:48Z</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-12-22T21:34:45Z</updated>
		
		<summary type="html">&lt;p&gt;87.205.68.136: &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;
There are different versions of the wxWidgets for different platforms. wxGTK is used for Linux, Solaris and BSD, wxMSW for Windows and wxMac for Mac OS X. Here we'll explain the compilation using wxGTK, but it differs only slightly for other toolkits.&lt;br /&gt;
&lt;br /&gt;
Please see the specific articles for more detailed instructions.&lt;br /&gt;
*[[HowTo_compile_on_Mac|Compile aMule on Mac]]&lt;br /&gt;
*[[HowTo compile on Win32|Compile aMule on Windows]]&lt;br /&gt;
&lt;br /&gt;
==== Step 1: [[wxWidgets]] ====&lt;br /&gt;
&lt;br /&gt;
*Download [[wxWidgets|wxGTK]] -&amp;gt;&lt;br /&gt;
**[http://downloads.sourceforge.net/wxwindows/wxGTK-2.8.4.tar.bz2 wxGTK-2.8.4.tar.bz2]&lt;br /&gt;
&lt;br /&gt;
*Compile [[wxWidgets|wxGTK]]&lt;br /&gt;
**''tar -jxvf wxGTK-2.8.4.tar.bz2''&lt;br /&gt;
**''cd wxGTK-2.8.4''&lt;br /&gt;
**''Linked against [http://www.gtk.org GTK]2: ./configure --prefix=/usr --with-gtk --enable-unicode --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;
===== [[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;
*To compile wxWidgets without a graphical User Interface, ''use the option --disable-gui''&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;
====='''aMule 2.1.3 and wxWidgets 2.8.4'''=====&lt;br /&gt;
*In order to compile aMule 2.1.3 against wxWidgets 2.8.4, you need the [http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/aMule-wx.patch?rev=1.2 aMule-wx.patch]&lt;br /&gt;
*Apply the patch using ''patch -p1 &amp;lt; aMule-wx.patch'' before executing ''make''.&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>87.205.68.136</name></author>	</entry>

	</feed>