Difference between revisions of "HowTo Compile aMuled"

From AMule Project FAQ
Jump to: navigation, search
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<center> '''English''' | [[HowTo_Compile_aMuled-es|Español]] | [[HowTo_Compile_aMuled-nl|Nederlands]] | [[HowTo Compile aMuled-fr|Français]] | [[HowTo Compile aMuled-de|Deutsch]]</center>
+
<center>
 +
'''English''' |  
 +
[[HowTo Compile aMuled-de|Deutsch]] |  
 +
[[HowTo_Compile_aMuled-es|Espa&ntilde;ol]] |  
 +
[[HowTo_Compile_aMuled-nl|Nederlands]] |  
 +
[[HowTo Compile aMuled-fr|Français]]
 +
</center>
  
== 1st ==
+
== Compile wxWidgets without GUI dependencies ==
  
'''NOTE:''' In order to compile aMule 2.2.0 or higher you need wx 2.8.x.
+
'''NOTE:''' 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)
  
'''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]
+
Download [[wxBase]] 2.8.10 or higher from http://www.wxWidgets.org
 
+
Download [[wxBase]] 2.8.1 or higher from [http://www.wxWidgets.org here]
+
 
unpack it, and do as user
 
unpack it, and do as user
*''./configure --enable-unicode --without-subdirs --disable-gui --disable-expat''
+
*''./configure --disable-gui --enable-unicode --without-subdirs --without-expat
 
*''make''
 
*''make''
 
as root  
 
as root  
Line 15: Line 19:
 
*''ldconfig''
 
*''ldconfig''
  
== 2nd ==
+
== Compile aMuled ==
 
+
[http://www.amule.org/files/files.php?cat=27 Download aMule]<br>
*Download [[aMule]] 2.1.3 (with patch) or higher (no patch needed) from http://www.amule.org/files/files.php?cat=24
+
Unpack it<br>
*Patch aMule
+
As user type:
** 'mv' the patch file into the extracted aMule directory
+
*''./configure --disable-monolithic --with-toolkit=base --enable-amule-daemon --enable-amulecmd --enable-webserver''
** type: patch -p1 < name_of_the_patch_file
+
 
+
Unpack it, and do as user
+
*''./configure --with-toolkit=base --enable-amulecmd --enable-webserver --disable-monolithic --enable-amule-daemon''
+
 
*''make''
 
*''make''
 
as root  
 
as root  
 
*''make install''
 
*''make install''
  
That's it. You now have a working [[aMuled|aMule-daemon]] in ''/usr/local/bin''<br>
+
That's it. You now have a working [[aMuled|aMule-daemon]] in ''/usr/local/bin''
Now you need to configure it. To create the ''~/.aMule/amule.conf'' file, which is the preferences file, run [[aMuled]] once. <br>
+
 
The ''~/.aMule'' directory and the ''~/.aMule/amule.conf'' file will be created in the home directory of the user that ran [[aMuled]].<br>
+
== Configure aMuled ==
::'''NOTE:''' In [[aMule]] versions previous to 2.0.0 the ''~/.aMule/amule.conf'' file was ''~/.eMule''.<br>
+
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]].<br>
+
Also read the [[FAQ_amuled|aMuled FAQ]], since some setup things are mentioned there.
+
  
== Where to report problems and questions? ==
+
Start aMuled with the command ''amuled --ec-config'' to configure [[External Connections]]. Then you can use aMule [[AMuleWeb]], [[AMuleCMD]] or another [[FAQ_utils|utility]] to control the [[aMuled|daemon]].
  
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]
+
You'll find the [[Amule.conf|configuration file]] in ''~/.aMule/amule.conf'' after having run [[aMuled]] once. Please edit the file to change preferences.
  
[[User:Stefanero|Stefanero]]
+
Please read the [[FAQ_amuled|aMuled FAQ]] for more information.
Updated by [[User:Vollstrecker|Vollstrecker]]
+

Revision as of 13:26, 15 July 2009

English | Deutsch | Español | Nederlands | Français

Compile wxWidgets without GUI dependencies

NOTE: I had success with wxall (a.k.a. wxWidgets) instead of using wxBase --Felipe1982 06:21, 14 December 2007 (UTC)

Download wxBase 2.8.10 or higher from http://www.wxWidgets.org unpack it, and do as user

  • ./configure --disable-gui --enable-unicode --without-subdirs --without-expat
  • make

as root

  • make install
  • ldconfig

Compile aMuled

Download aMule
Unpack it
As user type:

  • ./configure --disable-monolithic --with-toolkit=base --enable-amule-daemon --enable-amulecmd --enable-webserver
  • make

as root

  • make install

That's it. You now have a working aMule-daemon in /usr/local/bin

Configure aMuled

Start aMuled with the command amuled --ec-config to configure External Connections. Then you can use aMule AMuleWeb, AMuleCMD or another utility to control the daemon.

You'll find the configuration file in ~/.aMule/amule.conf after having run aMuled once. Please edit the file to change preferences.

Please read the aMuled FAQ for more information.