aMule Forum

English => aMule Help => Topic started by: senseiwa on November 11, 2005, 02:18:42 PM

Title: Command line only... help! :(
Post by: senseiwa on November 11, 2005, 02:18:42 PM
Hi!!

I'm trying to compile and install amule 2.0.3 in a *very* custom way... what I want to do is this:

- install amule in my home directory
- use command line only (as I understand, there's a sort of curses GUI, is it true?)
- do not use amuled

I tried to do this:

./configure --prefix=$HOME --enable-amulecmdgui

It compiles, it installs and I find in my home directory:  /bin, /lib, /man and /share. In bin I find a nice amulecmdDLG, but executing it does NOTHING! :(

user:~/bin$ ls
amule*  amulecmdDLG*  ed2k*
user:~/bin$ ./amulecmdDLG
user:~/bin$

Anyone there using a command line only amule?!?
Title: Re: Command line only... help! :(
Post by: lfroen on November 11, 2005, 02:42:18 PM
In "no gui" mode amule is split to core (which called amuled - daemon) and control programs (amulecmd amuleweb).
You should use --enable-amule-daemon to compile amuled, --enable-webserver to compile amuleweb (allow to control amule thru browser), --enable-amulecmd to enable command line control amulecmd.

Quote
Anyone there using a command line only amule?!?
Search is wonderful thing. You will be surprized how many people use it :)
Title: Re: Command line only... help! :(
Post by: stefanero on November 11, 2005, 02:59:20 PM
http://wiki.amule.org

there is a complete howto for daemon and webserver setup
Title: Re: Command line only... help! :(
Post by: senseiwa on November 12, 2005, 12:00:34 PM
Quote
Originally posted by stefanero
http://wiki.amule.org

there is a complete howto for daemon and webserver setup

I know :)

The question was simply ``without amuled'', so just having a textual client as replacement of the wx-gtk one...

I don't like to have a daemon, but if it's the *only* way, I'll have to rebuild amuled...
Title: Re: Command line only... help! :(
Post by: stefanero on November 12, 2005, 12:48:20 PM
^^
the daemon is the textual one, its just that you use amulecmd to control it

and you dont have to use wx-gtk you can use wx-base and no need for gtk libs
Title: Re: Command line only... help! :(
Post by: Kry on November 12, 2005, 01:29:36 PM
uh... why wouldn't you want amuled if it's EXACTLY what you're looking for?
Title: Re: Command line only... help! :(
Post by: thedude0001 on November 12, 2005, 02:28:15 PM
There seems to be a little misunderstanding on what which bianry does...

amule is the classical monolithical app.
amuled is the daemon without any direct control possibilities.

The EC apps can be used to control both amule and amuled:
amuleweb is the webserver.
amulecmd is the command line client.
amulegui is the remote GUI.
the *DLG versions of amulecmd & amuleweb just open a console in which they run amulecmd / amuleweb, meant for OSes that are not command line orientated like MS Windows...