HowTo Compile aMuled

From AMule Project FAQ
Revision as of 11:14, 26 February 2005 by 62.214.232.106 (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

stefanero