aMule Forum
English => Compilation problems => Topic started by: michelinok on February 21, 2007, 11:13:39 AM
-
I need to use aMule as a system service (so i don't have to login everytime), but when i'm at home i need to login and start KDE, then i need to use the graphical interface of aMule.
How should i compile aMule to be used with AND without the KDE support?
Sorry for my english and for the stupid question (if it's a stupid question).
-
Hi!
I thkn you can use the following line (which is the one I use, BTW) to compile aMule. It will compile all of its options:
./configure --enable-webserver --enable-amule-daemon --enable-amulecmd --enable-amule-gui --enable-cas --enable-wxcas --enable-alc --enable-alcc
just add others if you need them (like --enable-optimize and --disable-debug). That way, you will have amuled (it has no GUI, it's just the daemon) and you'll also have amuleGUI, amuleweb and amulecmd to control it. It also builds regular monolithic amule, for usage when you login to your KDE (stop the daemon before of course)
Regards.