Difference between revisions of "FAQ amulegui"

From AMule Project FAQ
Jump to: navigation, search
(Downloading compiled win32 version of aMuleGUI)
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
<center>
 +
'''English''' |
 +
[[FAQ_amulegui-de|Deutsch]]
 +
</center>
 +
 
== 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 16:
 
*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]] ==
 +
Somehow the win32 version of amulegui is buried in the forum. In fact, there is a [http://forum.amule.org/index.php?topic=8895.0 forum thread] which focuses on win32 binaries for amulegui. As specified in the thread, you can always download the daily build of the win32 amulegui via an [ftp://kieselei.de/aMule-Win32/ anonymous ftp].
  
 
+
== How to log in ==
== Downloading precompiled version ==
+
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
You can download aMuleGUI for win32 from CVS 22-09-2005 here: ed2k://|file|amulegui-win32-cvs22-09-2005(incl.dll+readme).zip|1990063|8553F619C878E3F0C916B7FBF82EB934|h=KFB3RUSI65EE2WMIBWQ2WHXIIUEA57VZ|/
+
 
+
or direct here: [http://s6.11mbit.de/7i5blmw6cmIxc8noy48nJ3deJgL01BLz1ogPvakPv1blHJx3dnJCLr6g/cf784ogC amulegui-win32-cvs22-09-2005(incl.dll+readme).zip] ([https://s6.11mbit.de/7i5blmw6cmIxc8noy48nJ3deJgL01BLz1ogPvakPv1blHJx3dnJCLr6g/cf784ogC SSL])
+
 
+
Comunication on an linux box with amuled and this gui works very good... maybe its a little bit slow, but, its working!
+
 
+
Feel free to contact me at: therealfox AT gmail DOT com, if you have problems.
+

Latest revision as of 04:14, 2 June 2010

English | Deutsch

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

Somehow the win32 version of amulegui is buried in the forum. In fact, there is a forum thread which focuses on win32 binaries for amulegui. As specified in the thread, you can always download the daily build of the win32 amulegui via an anonymous ftp.

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