Difference between revisions of "HowTo Compile aMuled"

From AMule Project FAQ
Jump to: navigation, search
 
Line 24: Line 24:
 
The .eMule and the .aMule directory will be creted in the homedir of the user that  ran aMule. <br>
 
The .eMule and the .aMule directory will be creted in the homedir of the user that  ran aMule. <br>
 
You probably want amuleweb to controll your daemon. To be able to use that you need to enable external connections. Check this [http://www.amule.org/wiki/index.php/Webserver-1.2.x HowTo] <br>
 
You probably want amuleweb to controll your daemon. To be able to use that you need to enable external connections. Check this [http://www.amule.org/wiki/index.php/Webserver-1.2.x HowTo] <br>
 +
I know its for 1.2.x but since you dont have a GUI to setup everything this is what you want. <br>
 
<br>
 
<br>
stefanero
+
 
 +
== Where to report problems and questions? ==
 +
 
 +
For Problems or Questions just report on http://forum.amule.org forum or join [[IRC]] channel [irc://irc.freenode.net/amule #amule] at [irc://irc.freenode.net irc.freenode.net]
 +
 
 +
Stefanero

Revision as of 11:21, 26 February 2005

1.st

  • download wxBase 2.5.4 from www.wxWidgets.org
  • unpack it, and do as user
  • ./configure --prefix=/usr/
  • make
  • as root
  • make install
  • ldconfig

2nd.

dont use rc8 its was buggy with amuled!!!

  • unpack it, and do as user
  • ./configure --enable-amulecmd --enable-webserver --disable-monolithic
  • make
  • as root
  • make install


Thats it. You have a working aMule-daemon in /usr/local/bin.
Now you need to configure it, to create the .eMule file, which is the preferences file, run aMuled once.
The .eMule and the .aMule directory will be creted in the homedir of the user that ran aMule.
You probably want amuleweb to controll your daemon. To be able to use that you need to enable external connections. Check this HowTo
I know its for 1.2.x but since you dont have a GUI to setup everything this is what you want.

Where to report problems and questions?

For Problems or Questions just report on http://forum.amule.org forum or join IRC channel #amule at irc.freenode.net

Stefanero