aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Newbie... with and without "X" in Linux  (Read 2063 times)

michelinok

  • Jr. Member
  • **
  • Karma: 2
  • Offline Offline
  • Posts: 92
Newbie... with and without "X" in Linux
« 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).
Logged
------------------------------------------------------------------
Pump up my karma :P, i'm running amule on an ARM9!
------------------------------------------------------------------

skolnick

  • Global Moderator
  • Hero Member
  • *****
  • Karma: 24
  • Offline Offline
  • Posts: 1188
  • CentOS 6 User
Re: Newbie... with and without "X" in Linux
« Reply #1 on: February 25, 2007, 01:31:24 AM »

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.
Logged