Difference between revisions of "FAQ amulegui"
From AMule Project FAQ
(→How to log in: oops) |
Vollstrecker (Talk | contribs) m (Added Version Tag) |
||
Line 1: | Line 1: | ||
== I'm really wishing to get a remote GUI [[client]] (non web) for [[aMuled]]. Is there any available? == | == I'm really wishing to get a remote GUI [[client]] (non web) for [[aMuled]]. Is there any available? == | ||
− | |||
Of course. Since [[aMule]] 2.0.0 rc7 [[aMuleGUI]] is available. It ships with the official tarball and has exactly the same features as the original monolithic [[aMule]]. | Of course. Since [[aMule]] 2.0.0 rc7 [[aMuleGUI]] is available. It ships with the official tarball and has exactly the same features as the original monolithic [[aMule]]. | ||
== How can I compile [[aMuleGUI]]? == | == How can I compile [[aMuleGUI]]? == | ||
− | |||
Just check [[configure]]'s help. If you only want to compile [[aMuleGUI]] and [[aMuled]], try the following: | Just check [[configure]]'s help. If you only want to compile [[aMuleGUI]] and [[aMuled]], try the following: | ||
Line 13: | Line 11: | ||
*To run [[aMuled]] type ''amuled'' and to run [[aMuleGUI]] type ''amulegui'' | *To run [[aMuled]] type ''amuled'' and to run [[aMuleGUI]] type ''amulegui'' | ||
− | + | == Downloading compiled win32 version of [[aMuleGUI]] == | |
− | + | ||
− | == Downloading compiled win32 version of [[aMuleGUI]]== | + | |
− | + | ||
*[[HowTo_compile_on_Win32]] -> look at the page foot | *[[HowTo_compile_on_Win32]] -> look at the page foot | ||
== How to log in == | == How to log in == | ||
− | |||
In order to log in via EC, your aMuled will need a password. To fill in the password into ECPassword field of amule.conf, use: | In order to log in via EC, your aMuled will need a password. To fill in the password into ECPassword field of amule.conf, use: | ||
− | + | echo -n yourpasswordhere | md5sum | cut -d ' ' -f 1 | |
+ | |||
+ | == Version == | ||
+ | Created by "Unknown User" on 29.05.05 at 23:17<br> | ||
+ | Updated by Vollstrecker on 18.01.08 at 12:37 |
Revision as of 12:39, 18 January 2008
Contents
I'm really wishing to get a remote GUI client (non web) for aMuled. Is there any available?
Of course. Since aMule 2.0.0 rc7 aMuleGUI is available. It ships with the official tarball and has exactly the same features as the original monolithic aMule.
How can I compile aMuleGUI?
Just check configure's help. If you only want to compile aMuleGUI and aMuled, try the following:
- Extract aMule's sources
- Run: ./configure --enable-amule-daemon --enable-amule-gui --disable-monolithic
- Now run: make
- If it all went ok, just run: make install
- To run aMuled type amuled and to run aMuleGUI type amulegui
Downloading compiled win32 version of aMuleGUI
- HowTo_compile_on_Win32 -> look at the page foot
How to log in
In order to log in via EC, your aMuled will need a password. To fill in the password into ECPassword field of amule.conf, use:
echo -n yourpasswordhere | md5sum | cut -d ' ' -f 1
Version
Created by "Unknown User" on 29.05.05 at 23:17
Updated by Vollstrecker on 18.01.08 at 12:37