aMule Forum
English => aMule Help => Topic started by: spranto on April 26, 2006, 09:24:40 PM
-
Hi,
I've installed an aMule CVS a few days ago. Since I cannot use the webserver I want to see if it is possible from the version that I can install from the Ubuntu servers.
Can someone tell me how ca I do this?
Thanks in advance.
-
Go to the folder in which all the source files are located. (amule-cvs) Execute the command "sudo make uninstall" there.
To solve your webserver problem:
Execute the following commands to compile aMule CVS:
./configure --enable-webserver
make
sudo make install
Check all available configure-flags with ./configure --help and add all other flags you want. e.g. --enable-optimize
-
thx for the answer! :baby:
by the way how can I compile amule with kad and webserver options enabled?
-
Kad is enabled by default and to enable webserver just follow the instructions I've posted above. :)