Difference between revisions of "HowTo Compile aMuled"
From AMule Project FAQ
Vollstrecker (Talk | contribs) m (Corrected Spelling of Español in language selection) |
GonoszTopi (Talk | contribs) m (→Compile wxWidgets without GUI dependencies: Update minimum required wxWidgets version to 2.8.12) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
</center> | </center> | ||
− | == | + | == Compile wxWidgets without GUI dependencies == |
− | '''NOTE | + | '''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) |
− | + | Download [[wxBase]] 2.8.12 or higher from http://www.wxWidgets.org | |
− | + | ||
− | + | ||
− | + | ||
− | Download [[wxBase]] 2.8. | + | |
unpack it, and do as user | unpack it, and do as user | ||
*''./configure --disable-gui --enable-unicode --without-subdirs --without-expat | *''./configure --disable-gui --enable-unicode --without-subdirs --without-expat | ||
Line 23: | Line 19: | ||
*''ldconfig'' | *''ldconfig'' | ||
− | == | + | == Compile aMuled == |
− | [http://www.amule.org/files/files.php?cat= | + | [http://www.amule.org/files/files.php?cat=27 Download aMule]<br> |
Unpack it<br> | Unpack it<br> | ||
− | |||
− | |||
− | |||
As user type: | As user type: | ||
*''./configure --disable-monolithic --with-toolkit=base --enable-amule-daemon --enable-amulecmd --enable-webserver'' | *''./configure --disable-monolithic --with-toolkit=base --enable-amule-daemon --enable-amulecmd --enable-webserver'' | ||
Line 35: | Line 28: | ||
*''make install'' | *''make install'' | ||
− | That's it. You now have a working [[aMuled|aMule-daemon]] in ''/usr/local/bin'' | + | That's it. You now have a working [[aMuled|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 [[FAQ_utils|utility]] to control the [[aMuled|daemon]]. | |
− | + | You'll find the [[Amule.conf|configuration file]] in ''~/.aMule/amule.conf'' after having run [[aMuled]] once. Please edit the file to change preferences. | |
− | [[ | + | Please read the [[FAQ_amuled|aMuled FAQ]] for more information. |
− | + |
Latest revision as of 10:43, 10 July 2020
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.12 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.