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

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Remote.conf_file</id>
		<title>Remote.conf file</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Remote.conf_file"/>
				<updated>2007-12-18T16:00:27Z</updated>
		
		<summary type="html">&lt;p&gt;Felipe1982: /* Keys specific to Remote GUI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== File ==&lt;br /&gt;
&lt;br /&gt;
'''Name:''' ''remote.conf''&lt;br /&gt;
&lt;br /&gt;
'''Location:''' ''~/.aMule/''&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
This is the common configuration [[aMule_files|file]] for all remote tools ([[aMuleCMD]], [[aMuleWeb]], [[aMuleGUI|remote gui]]). The above mentioned name and location is the default name and location for this file, but, unlike all other config files, they can be changed via the ''-f'' (''--config-file'') command-line parameter.&lt;br /&gt;
&lt;br /&gt;
'''Note''': command-line switches and parameters apply only to aMuleCmd and aMuleWeb. aMule remote GUI does not yet implement them.&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
&lt;br /&gt;
This is a text file, in the format of the [http://www.microsoft.com/windows Windows] .INI files.&lt;br /&gt;
&lt;br /&gt;
In the file, configuration options are set in key-value pairs. Each line contains exactly one key-value pair, in the form of &amp;amp;lt;''key''&amp;amp;gt;=&amp;amp;lt;''value''&amp;amp;gt; (except for group headers and comments, see below). Keys are organized into groups, and even groups may have sub-groups. Any line starting with a ';' (semicolon) character is considered to be a comment. Comments and empty lines are ignored. Group headers are in the form '['&amp;amp;lt;''group name''&amp;amp;gt;']'.&lt;br /&gt;
&lt;br /&gt;
Keys are referenced as if they were files in a file system where directories are the groups. For example, the key '' 'Password' '' in the group '' 'EC' '' is referenced as '' '/EC/Password' ''. Hopefully the following descriptions and the example will make it clear.&lt;br /&gt;
&lt;br /&gt;
== Keys description ==&lt;br /&gt;
&lt;br /&gt;
=== General notes ===&lt;br /&gt;
&lt;br /&gt;
*For keys that accept an [http://en.wikipedia.org/wiki/MD5 MD5] [[hash]], the value is always case insensitive.&lt;br /&gt;
*For keys that enable/disable something (or at least have a boolean type value), '0' means 'false' or 'disabled', '1' means 'true' or 'enabled'.&lt;br /&gt;
&lt;br /&gt;
=== Common keys ===&lt;br /&gt;
&lt;br /&gt;
; '''/Locale''' : Selects language that remote tools should use. Possible values are the language codes for the given language, such as ''de'', ''en_GB''; or the proper english name of the language, e.g. ''french''. Defaults to an empty value, which means '' 'use system default language' ''. Can be overridden by the ''-l'' (''--locale'') command-line parameter.&lt;br /&gt;
&lt;br /&gt;
; '''/EC/Host''' : Hostname or [[IP]] address of the remote running core ([[aMule]] or [[aMuled]]). Defaults to '' 'localhost' ''. Can be overridden by the ''-h'' (''--host'') command-line parameter.&lt;br /&gt;
&lt;br /&gt;
; '''/EC/Port''' : [[Port]] number where remote core listens to [[External Connections]] (EC). Defaults to '' '4712' ''. Can be overridden by the ''-p'' (''--port'') command-line parameter.&lt;br /&gt;
&lt;br /&gt;
; '''/EC/Password''' : MD5 hash of the password used for EC [[connect]]ion. Can be overridden by the ''-P'' (''--password'') command-line parameter, which accepts a plain-text password!&lt;br /&gt;
&lt;br /&gt;
=== Keys specific to aMuleCmd ===&lt;br /&gt;
&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
=== Keys specific to aMuleWeb ===&lt;br /&gt;
&lt;br /&gt;
; '''/Webserver/Port''' : Port number, where aMuleWeb listens for connections from browsers. Defaults to '' '-1' '', which means '' 'query from remote core' ''. If query fails for some reason, '' '4711' '' will be used, but aMuleWeb will most likely be unusable (if such a simple query fails, what to expect from more complex queries?). Can be overridden by the ''-s'' (''--server-port'') command-line parameter.&lt;br /&gt;
&lt;br /&gt;
; '''/Webserver/Template''' : Name of the web template to use. Defaults to '' 'default' ''. The current version of aMuleWeb installs one another template, named '' 'chicane' ''. Can be overridden by the ''-t'' (''--template'') command-line parameter.&lt;br /&gt;
&lt;br /&gt;
; '''/Webserver/UseGzip''' : Enables or disables [http://www.gzip.org/ gzip] compression of [http://www.w3.org/MarkUp/ HTML] pages. Defaults to disabled. Can be overridden by the ''-z'' (''--enable-gzip'') or ''-Z'' (''--disable-gzip'') command-line switches.&lt;br /&gt;
&lt;br /&gt;
; '''/Webserver/AllowGuest''' : Enables or disables guest mode logins to the web interface. Defaults to disabled. Can be overridden by the ''-a'' (''--allow-guest'') or ''-d'' (''--deny--guest'') command-line switches.&lt;br /&gt;
&lt;br /&gt;
; '''/Webserver/AdminPassword''' : MD5 password for admin login. Can be overridden by the ''-A'' (''--admin-pass'') command-line parameter, which accepts a plain-text password!&lt;br /&gt;
&lt;br /&gt;
; '''/Webserver/GuestPassword''' : MD5 password for guest login. Makes sense only when guest login is enabled. Can be overridden by the ''-G'' (''--guest-pass'') command-line parameter, which accepts a plain-text password!&lt;br /&gt;
&lt;br /&gt;
; '''/Webserver/PageRefreshTime''' : Time interval in seconds between page reloads. '' '0' '' means '' 'page refresh disabled' ''. Defaults to '' '120' '', i.e. 2 minutes.&lt;br /&gt;
&lt;br /&gt;
; '''/Webserver/GraphHeight''' : Height (in pixels) of the statistics graphs. Default is '' '149' ''.&lt;br /&gt;
&lt;br /&gt;
; '''/Webserver/GraphWidth''' : Width (in pixels) of the statistics graphs. Default is '' '500' ''.&lt;br /&gt;
&lt;br /&gt;
; '''/Webserver/GraphScale''' : Scaling of the statistics graphs. This means '' 'each pixel in the graph represents '' 'x' '' seconds' ''. Default is 3 seconds/pixel.&lt;br /&gt;
&lt;br /&gt;
=== Keys specific to Remote GUI ===&lt;br /&gt;
&lt;br /&gt;
Remote GUI currently messes up remote.conf, saves a lot of irrelevant keys and does not save some important ones. When this will be fixed, I'll describe its keys too.&amp;lt;br/&amp;gt;&lt;br /&gt;
'''Is this still true? --[[User:Felipe1982|Felipe1982]]'''&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
The example below shows a default ''remote.conf'' file, with the exception of the EC password, which is set to dummy (but valid) value.&lt;br /&gt;
&lt;br /&gt;
 Locale=&lt;br /&gt;
 [EC]&lt;br /&gt;
 Host=localhost&lt;br /&gt;
 Port=4712&lt;br /&gt;
 Password=5D41402ABC4B2A76B9719D911017C592&lt;br /&gt;
 [Webserver]&lt;br /&gt;
 Port=-1&lt;br /&gt;
 Template=default&lt;br /&gt;
 UseGzip=0&lt;br /&gt;
 AllowGuest=0&lt;br /&gt;
 AdminPassword=&lt;br /&gt;
 GuestPassword=&lt;br /&gt;
 PageRefreshTime=120&lt;br /&gt;
 GraphHeight=149&lt;br /&gt;
 GraphWidth=500&lt;br /&gt;
 GraphScale=3&lt;/div&gt;</summary>
		<author><name>Felipe1982</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/HowTo_Compile_aMuled</id>
		<title>HowTo Compile aMuled</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/HowTo_Compile_aMuled"/>
				<updated>2007-12-14T06:32:38Z</updated>
		
		<summary type="html">&lt;p&gt;Felipe1982: /* 2nd */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt; '''English''' | [[HowTo_Compile_aMuled-es|Español]] | [[HowTo_Compile_aMuled-nl|Nederlands]] | [[HowTo Compile aMuled-fr|Français]] | [[HowTo Compile aMuled-de|Deutsch]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 1st ==&lt;br /&gt;
&lt;br /&gt;
'''NOTE 1:''' In order to compile aMule 2.2.0 or higher you need wx 2.8.x.&lt;br /&gt;
&lt;br /&gt;
'''NOTE 2:''' In order to compile aMule 2.1.3 with wx-2.8.x you need a Patch available [http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/aMule-wx.patch?rev=1.2 here]&lt;br /&gt;
&lt;br /&gt;
'''NOTE 3:''' I had success with [http://www.wxwidgets.org/downloads/ wxall] (a.k.a. wxWidgets) instead of using wxBase --[[User:Felipe1982|Felipe1982]] 06:21, 14 December 2007 (UTC) &lt;br /&gt;
&lt;br /&gt;
Download [[wxBase]] 2.8.1 or higher from http://www.wxWidgets.org&lt;br /&gt;
unpack it, and do as user&lt;br /&gt;
*''./configure --disable-gui --enable-unicode --without-subdirs --without-expat&lt;br /&gt;
*''make''&lt;br /&gt;
as root &lt;br /&gt;
*''make install''&lt;br /&gt;
*''ldconfig''&lt;br /&gt;
&lt;br /&gt;
== 2nd ==&lt;br /&gt;
[http://www.amule.org/files/files.php?cat=24 Download aMule]&amp;lt;br&amp;gt;&lt;br /&gt;
Unpack it&amp;lt;br&amp;gt;&lt;br /&gt;
Patch aMule (for versions 2.1.3 and older)&lt;br /&gt;
* 'mv' the patch file into the extracted aMule directory&lt;br /&gt;
* type: patch -p1 &amp;lt; name_of_the_patch_file&amp;lt;br&amp;gt;&lt;br /&gt;
As user type:&lt;br /&gt;
*''./configure --disable-monolithic --with-toolkit=base --enable-amule-daemon --enable-amulecmd --enable-webserver''&lt;br /&gt;
*''make''&lt;br /&gt;
as root &lt;br /&gt;
*''make install''&lt;br /&gt;
&lt;br /&gt;
That's it. You now have a working [[aMuled|aMule-daemon]] in ''/usr/local/bin''&amp;lt;br&amp;gt;&lt;br /&gt;
Now you need to configure it. To create the ''~/.aMule/amule.conf'' file, which is the preferences file, run [[aMuled]] once. &amp;lt;br&amp;gt;&lt;br /&gt;
The ''~/.aMule'' directory and the ''~/.aMule/amule.conf'' file will be created in the home directory of the user that ran [[aMuled]].&amp;lt;br&amp;gt;&lt;br /&gt;
::'''NOTE:''' In [[aMule]] versions previous to 2.0.0 the ''~/.aMule/amule.conf'' file was ''~/.eMule''.&amp;lt;br&amp;gt;&lt;br /&gt;
You probably want [[AMuleWeb|aMuleWeb]] to control your [[aMuled|daemon]]. To be able to use that you need to enable [[External Connections]]. Check [[AMuleWeb#aMuleWeb_with_aMule_2.0.0_or_later|this article]].&amp;lt;br&amp;gt;&lt;br /&gt;
Also read the [[FAQ_amuled|aMuled FAQ]], since some setup things are mentioned there.&lt;br /&gt;
&lt;br /&gt;
== Where to report problems and questions? ==&lt;br /&gt;
&lt;br /&gt;
For problems or questions, post a message on [http://forum.amule.org aMule forum] or join [[IRC]] channel [irc://irc.freenode.net/amule #amule] at [irc://irc.freenode.net irc.freenode.net]&lt;br /&gt;
&lt;br /&gt;
[[User:Stefanero|Stefanero]]&lt;br /&gt;
Updated by [[User:Vollstrecker|Vollstrecker]]&lt;/div&gt;</summary>
		<author><name>Felipe1982</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/HowTo_Compile_aMuled</id>
		<title>HowTo Compile aMuled</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/HowTo_Compile_aMuled"/>
				<updated>2007-12-14T06:21:41Z</updated>
		
		<summary type="html">&lt;p&gt;Felipe1982: /* 1st */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt; '''English''' | [[HowTo_Compile_aMuled-es|Español]] | [[HowTo_Compile_aMuled-nl|Nederlands]] | [[HowTo Compile aMuled-fr|Français]] | [[HowTo Compile aMuled-de|Deutsch]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 1st ==&lt;br /&gt;
&lt;br /&gt;
'''NOTE 1:''' In order to compile aMule 2.2.0 or higher you need wx 2.8.x.&lt;br /&gt;
&lt;br /&gt;
'''NOTE 2:''' In order to compile aMule 2.1.3 with wx-2.8.x you need a Patch available [http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/aMule-wx.patch?rev=1.2 here]&lt;br /&gt;
&lt;br /&gt;
'''NOTE 3:''' I had success with [http://www.wxwidgets.org/downloads/ wxall] (a.k.a. wxWidgets) instead of using wxBase --[[User:Felipe1982|Felipe1982]] 06:21, 14 December 2007 (UTC) &lt;br /&gt;
&lt;br /&gt;
Download [[wxBase]] 2.8.1 or higher from http://www.wxWidgets.org&lt;br /&gt;
unpack it, and do as user&lt;br /&gt;
*''./configure --disable-gui --enable-unicode --without-subdirs --without-expat&lt;br /&gt;
*''make''&lt;br /&gt;
as root &lt;br /&gt;
*''make install''&lt;br /&gt;
*''ldconfig''&lt;br /&gt;
&lt;br /&gt;
== 2nd ==&lt;br /&gt;
&lt;br /&gt;
*Download [[aMule]] 2.1.3 (with patch) or higher (no patch needed) from http://www.amule.org/files/files.php?cat=24&lt;br /&gt;
*Patch aMule&lt;br /&gt;
** 'mv' the patch file into the extracted aMule directory&lt;br /&gt;
** type: patch -p1 &amp;lt; name_of_the_patch_file&lt;br /&gt;
&lt;br /&gt;
Unpack it, and do as user&lt;br /&gt;
*''./configure --with-toolkit=base --enable-amulecmd --enable-webserver --disable-monolithic --enable-amule-daemon''&lt;br /&gt;
*''make''&lt;br /&gt;
as root &lt;br /&gt;
*''make install''&lt;br /&gt;
&lt;br /&gt;
That's it. You now have a working [[aMuled|aMule-daemon]] in ''/usr/local/bin''&amp;lt;br&amp;gt;&lt;br /&gt;
Now you need to configure it. To create the ''~/.aMule/amule.conf'' file, which is the preferences file, run [[aMuled]] once. &amp;lt;br&amp;gt;&lt;br /&gt;
The ''~/.aMule'' directory and the ''~/.aMule/amule.conf'' file will be created in the home directory of the user that ran [[aMuled]].&amp;lt;br&amp;gt;&lt;br /&gt;
::'''NOTE:''' In [[aMule]] versions previous to 2.0.0 the ''~/.aMule/amule.conf'' file was ''~/.eMule''.&amp;lt;br&amp;gt;&lt;br /&gt;
You probably want [[AMuleWeb|aMuleWeb]] to control your [[aMuled|daemon]]. To be able to use that you need to enable [[External Connections]]. Check [[AMuleWeb#aMuleWeb_with_aMule_2.0.0_or_later|this article]].&amp;lt;br&amp;gt;&lt;br /&gt;
Also read the [[FAQ_amuled|aMuled FAQ]], since some setup things are mentioned there.&lt;br /&gt;
&lt;br /&gt;
== Where to report problems and questions? ==&lt;br /&gt;
&lt;br /&gt;
For problems or questions, post a message on [http://forum.amule.org aMule forum] or join [[IRC]] channel [irc://irc.freenode.net/amule #amule] at [irc://irc.freenode.net irc.freenode.net]&lt;br /&gt;
&lt;br /&gt;
[[User:Stefanero|Stefanero]]&lt;br /&gt;
Updated by [[User:Vollstrecker|Vollstrecker]]&lt;/div&gt;</summary>
		<author><name>Felipe1982</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/HowTo_Compile_aMuled</id>
		<title>HowTo Compile aMuled</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/HowTo_Compile_aMuled"/>
				<updated>2007-12-14T04:43:05Z</updated>
		
		<summary type="html">&lt;p&gt;Felipe1982: /* 1st */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt; '''English''' | [[HowTo_Compile_aMuled-es|Español]] | [[HowTo_Compile_aMuled-nl|Nederlands]] | [[HowTo Compile aMuled-fr|Français]] | [[HowTo Compile aMuled-de|Deutsch]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 1st ==&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' In order to compile aMule 2.2.0 or higher you need wx 2.8.x.&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' In order to compile aMule 2.1.3 with wx-2.8.x you need a Patch available [http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/aMule-wx.patch?rev=1.2 here]&lt;br /&gt;
&lt;br /&gt;
Download [[wxBase]] 2.8.1 or higher from [http://www.wxWidgets.org here]&lt;br /&gt;
unpack it, and do as user&lt;br /&gt;
*''./configure --disable-gui --enable-unicode --without-subdirs --without-expat&lt;br /&gt;
*''make''&lt;br /&gt;
as root &lt;br /&gt;
*''make install''&lt;br /&gt;
*''ldconfig''&lt;br /&gt;
&lt;br /&gt;
== 2nd ==&lt;br /&gt;
&lt;br /&gt;
*Download [[aMule]] 2.1.3 (with patch) or higher (no patch needed) from http://www.amule.org/files/files.php?cat=24&lt;br /&gt;
*Patch aMule&lt;br /&gt;
** 'mv' the patch file into the extracted aMule directory&lt;br /&gt;
** type: patch -p1 &amp;lt; name_of_the_patch_file&lt;br /&gt;
&lt;br /&gt;
Unpack it, and do as user&lt;br /&gt;
*''./configure --with-toolkit=base --enable-amulecmd --enable-webserver --disable-monolithic --enable-amule-daemon''&lt;br /&gt;
*''make''&lt;br /&gt;
as root &lt;br /&gt;
*''make install''&lt;br /&gt;
&lt;br /&gt;
That's it. You now have a working [[aMuled|aMule-daemon]] in ''/usr/local/bin''&amp;lt;br&amp;gt;&lt;br /&gt;
Now you need to configure it. To create the ''~/.aMule/amule.conf'' file, which is the preferences file, run [[aMuled]] once. &amp;lt;br&amp;gt;&lt;br /&gt;
The ''~/.aMule'' directory and the ''~/.aMule/amule.conf'' file will be created in the home directory of the user that ran [[aMuled]].&amp;lt;br&amp;gt;&lt;br /&gt;
::'''NOTE:''' In [[aMule]] versions previous to 2.0.0 the ''~/.aMule/amule.conf'' file was ''~/.eMule''.&amp;lt;br&amp;gt;&lt;br /&gt;
You probably want [[AMuleWeb|aMuleWeb]] to control your [[aMuled|daemon]]. To be able to use that you need to enable [[External Connections]]. Check [[AMuleWeb#aMuleWeb_with_aMule_2.0.0_or_later|this article]].&amp;lt;br&amp;gt;&lt;br /&gt;
Also read the [[FAQ_amuled|aMuled FAQ]], since some setup things are mentioned there.&lt;br /&gt;
&lt;br /&gt;
== Where to report problems and questions? ==&lt;br /&gt;
&lt;br /&gt;
For problems or questions, post a message on [http://forum.amule.org aMule forum] or join [[IRC]] channel [irc://irc.freenode.net/amule #amule] at [irc://irc.freenode.net irc.freenode.net]&lt;br /&gt;
&lt;br /&gt;
[[User:Stefanero|Stefanero]]&lt;br /&gt;
Updated by [[User:Vollstrecker|Vollstrecker]]&lt;/div&gt;</summary>
		<author><name>Felipe1982</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/HowTo_Compile_aMuled</id>
		<title>HowTo Compile aMuled</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/HowTo_Compile_aMuled"/>
				<updated>2007-12-03T07:12:11Z</updated>
		
		<summary type="html">&lt;p&gt;Felipe1982: /* 2nd */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt; '''English''' | [[HowTo_Compile_aMuled-es|Español]] | [[HowTo_Compile_aMuled-nl|Nederlands]] | [[HowTo Compile aMuled-fr|Français]] | [[HowTo Compile aMuled-de|Deutsch]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 1st ==&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' In order to compile aMule 2.2.0 or higher you need wx 2.8.x.&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' In order to compile aMule 2.1.3 with wx-2.8.x you need a Patch available [http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/aMule-wx.patch?rev=1.2 here]&lt;br /&gt;
&lt;br /&gt;
Download [[wxBase]] 2.8.1 or higher from [http://www.wxWidgets.org here]&lt;br /&gt;
unpack it, and do as user&lt;br /&gt;
*''./configure --prefix=/usr/ --enable-unicode''&lt;br /&gt;
*''make''&lt;br /&gt;
as root &lt;br /&gt;
*''make install''&lt;br /&gt;
*''ldconfig''&lt;br /&gt;
&lt;br /&gt;
== 2nd ==&lt;br /&gt;
&lt;br /&gt;
*Download [[aMule]] 2.1.3 (with patch) or higher (no patch needed) from http://www.amule.org/files/files.php?cat=24&lt;br /&gt;
*Patch aMule&lt;br /&gt;
** 'mv' the patch file into the extracted aMule directory&lt;br /&gt;
** type: patch -p1 &amp;lt; name_of_the_patch_file&lt;br /&gt;
&lt;br /&gt;
Unpack it, and do as user&lt;br /&gt;
*''./configure --enable-amulecmd --enable-webserver --disable-monolithic --enable-amule-daemon''&lt;br /&gt;
*''make''&lt;br /&gt;
as root &lt;br /&gt;
*''make install''&lt;br /&gt;
&lt;br /&gt;
That's it. You now have a working [[aMuled|aMule-daemon]] in ''/usr/local/bin''&amp;lt;br&amp;gt;&lt;br /&gt;
Now you need to configure it. To create the ''~/.aMule/amule.conf'' file, which is the preferences file, run [[aMuled]] once. &amp;lt;br&amp;gt;&lt;br /&gt;
The ''~/.aMule'' directory and the ''~/.aMule/amule.conf'' file will be created in the home directory of the user that ran [[aMuled]].&amp;lt;br&amp;gt;&lt;br /&gt;
::'''NOTE:''' In [[aMule]] versions previous to 2.0.0 the ''~/.aMule/amule.conf'' file was ''~/.eMule''.&amp;lt;br&amp;gt;&lt;br /&gt;
You probably want [[AMuleWeb|aMuleWeb]] to control your [[aMuled|daemon]]. To be able to use that you need to enable [[External Connections]]. Check [[AMuleWeb#aMuleWeb_with_aMule_2.0.0_or_later|this article]].&amp;lt;br&amp;gt;&lt;br /&gt;
Also read the [[FAQ_amuled|aMuled FAQ]], since some setup things are mentioned there.&lt;br /&gt;
&lt;br /&gt;
== Where to report problems and questions? ==&lt;br /&gt;
&lt;br /&gt;
For problems or questions, post a message on [http://forum.amule.org aMule forum] or join [[IRC]] channel [irc://irc.freenode.net/amule #amule] at [irc://irc.freenode.net irc.freenode.net]&lt;br /&gt;
&lt;br /&gt;
[[User:Stefanero|Stefanero]]&lt;br /&gt;
Updated by [[User:Vollstrecker|Vollstrecker]]&lt;/div&gt;</summary>
		<author><name>Felipe1982</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/HowTo_Compile_aMuled</id>
		<title>HowTo Compile aMuled</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/HowTo_Compile_aMuled"/>
				<updated>2007-12-03T07:05:58Z</updated>
		
		<summary type="html">&lt;p&gt;Felipe1982: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt; '''English''' | [[HowTo_Compile_aMuled-es|Español]] | [[HowTo_Compile_aMuled-nl|Nederlands]] | [[HowTo Compile aMuled-fr|Français]] | [[HowTo Compile aMuled-de|Deutsch]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 1st ==&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' In order to compile aMule 2.2.0 or higher you need wx 2.8.x.&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' In order to compile aMule 2.1.3 with wx-2.8.x you need a Patch available [http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/aMule-wx.patch?rev=1.2 here]&lt;br /&gt;
&lt;br /&gt;
Download [[wxBase]] 2.8.1 or higher from [http://www.wxWidgets.org here]&lt;br /&gt;
unpack it, and do as user&lt;br /&gt;
*''./configure --prefix=/usr/ --enable-unicode''&lt;br /&gt;
*''make''&lt;br /&gt;
as root &lt;br /&gt;
*''make install''&lt;br /&gt;
*''ldconfig''&lt;br /&gt;
&lt;br /&gt;
== 2nd ==&lt;br /&gt;
&lt;br /&gt;
*Download [[aMule]] 2.1.3 (with patch) or higher (no patch needed) from http://www.amule.org/files/files.php?cat=24&lt;br /&gt;
*Patch aMule '''(how does one do this?)'''&lt;br /&gt;
&lt;br /&gt;
Unpack it, and do as user&lt;br /&gt;
*''./configure --enable-amulecmd --enable-webserver --disable-monolithic --enable-amule-daemon''&lt;br /&gt;
*''make''&lt;br /&gt;
as root &lt;br /&gt;
*''make install''&lt;br /&gt;
&lt;br /&gt;
That's it. You now have a working [[aMuled|aMule-daemon]] in ''/usr/local/bin''&amp;lt;br&amp;gt;&lt;br /&gt;
Now you need to configure it. To create the ''~/.aMule/amule.conf'' file, which is the preferences file, run [[aMuled]] once. &amp;lt;br&amp;gt;&lt;br /&gt;
The ''~/.aMule'' directory and the ''~/.aMule/amule.conf'' file will be created in the home directory of the user that ran [[aMuled]].&amp;lt;br&amp;gt;&lt;br /&gt;
::'''NOTE:''' In [[aMule]] versions previous to 2.0.0 the ''~/.aMule/amule.conf'' file was ''~/.eMule''.&amp;lt;br&amp;gt;&lt;br /&gt;
You probably want [[AMuleWeb|aMuleWeb]] to control your [[aMuled|daemon]]. To be able to use that you need to enable [[External Connections]]. Check [[AMuleWeb#aMuleWeb_with_aMule_2.0.0_or_later|this article]].&amp;lt;br&amp;gt;&lt;br /&gt;
Also read the [[FAQ_amuled|aMuled FAQ]], since some setup things are mentioned there.&lt;br /&gt;
&lt;br /&gt;
== Where to report problems and questions? ==&lt;br /&gt;
&lt;br /&gt;
For problems or questions, post a message on [http://forum.amule.org aMule forum] or join [[IRC]] channel [irc://irc.freenode.net/amule #amule] at [irc://irc.freenode.net irc.freenode.net]&lt;br /&gt;
&lt;br /&gt;
[[User:Stefanero|Stefanero]]&lt;br /&gt;
Updated by [[User:Vollstrecker|Vollstrecker]]&lt;/div&gt;</summary>
		<author><name>Felipe1982</name></author>	</entry>

	</feed>