<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://test.amule.szerverem.hu/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://test.amule.szerverem.hu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=82.83.249.124</id>
		<title>AMule Project FAQ - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://test.amule.szerverem.hu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=82.83.249.124"/>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Special:Contributions/82.83.249.124"/>
		<updated>2026-04-05T02:18:25Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/HowTo_compile_on_Win32-de</id>
		<title>HowTo compile on Win32-de</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/HowTo_compile_on_Win32-de"/>
				<updated>2006-03-18T16:44:19Z</updated>
		
		<summary type="html">&lt;p&gt;82.83.249.124: Added a link to precompiled 2.1.1stable aMuleGUI executable&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&amp;lt;h2&amp;gt;Ursprünglich in Englisch von '''Madcat'''&amp;lt;/h2&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;h2&amp;gt;Überarbeitet von '''Sirius'''&amp;lt;/h2&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
[[HowTo compile on Win32|English]] | '''Deutsch'''&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Diese wiki Seite bezieht sich nur auf die neueste [[aMule_CVS-de|CVS]]-Version des [[aMule-de|aMule]].&lt;br /&gt;
&lt;br /&gt;
==Benötigte Programme==&lt;br /&gt;
&lt;br /&gt;
Diese Programme werden benötigt:&lt;br /&gt;
&lt;br /&gt;
'''Anmerkung:''' Einige dieser Progrogramme benötigen ein eigenhändiges verschieben von includes und Bibliotheken in die entsprechenden Verzeichnisse.&lt;br /&gt;
&lt;br /&gt;
*[http://www.microsoft.com/windows Windows] port of [http://gcc.gnu.org GNU C compiler] -&amp;gt; [http://prdownloads.sf.net/mingw/MinGW-4.1.1.exe?download Download 4.1.1]&lt;br /&gt;
&lt;br /&gt;
*Minimal [http://www.gnu.org GNU] shell for [http://www.microsoft.com/windows Windows] -&amp;gt; [http://prdownloads.sf.net/mingw/MSYS-1.0.10.exe?download Download 1.0.10]&lt;br /&gt;
&lt;br /&gt;
*Developer toolkit for [http://www.mingw.org/msys.shtml MSys] (for [http://www.gnu.org/software/cvs CVS] &amp;amp; co) -&amp;gt; [http://prdownloads.sf.net/mingw/msysDTK-1.0.1.exe?download Download 1.0.1]&lt;br /&gt;
&lt;br /&gt;
*[http://www.gnu.org/software/libiconv LibIConv] (required by [http://www.gnu.org/software/gettext gettext]) -&amp;gt; [http://prdownloads.sf.net/mingw/libiconv-1.8.0-2003.02.01-1.exe?download Download 1.8]&lt;br /&gt;
&lt;br /&gt;
*[http://www.gnu.org/software/gettext GetText] (for [http://www.gnu.org/software/gettext po files], [http://www.gnu.org/software/automake/automake.html autogen.sh], etc) -&amp;gt; [http://prdownloads.sf.net/mingw/gettext-0.11.5-2003.02.01-1.exe?download Download 0.11.5]&lt;br /&gt;
&lt;br /&gt;
*[http://www.zlib.org zlib] compression library dll Version -&amp;gt; [http://prdownloads.sourceforge.net/libpng/zlib123-dll.zip?download Download 123]&lt;br /&gt;
&lt;br /&gt;
1. Install the supplied header files &amp;quot;zlib.h&amp;quot; and &amp;quot;zconf.h&amp;quot; into the INCLUDE directory of the MinGW directory. (copy *.h -&amp;gt; somepath/MinGW/include)&lt;br /&gt;
&lt;br /&gt;
2. Copy the supplied library file &amp;quot;zdll.lib&amp;quot; as &amp;quot;libzdll.a&amp;quot; into the MinGW/lib folder (copy lib/zdll.lib -&amp;gt; lib/libzdll.a) &lt;br /&gt;
&lt;br /&gt;
*[http://www.microsoft.com/windows Windows] port of [[wxWidgets]] library -&amp;gt; [http://prdownloads.sourceforge.net/wxwindows/wxMSW-2.6.1-Setup.exe Download 2.6.1]&lt;br /&gt;
&lt;br /&gt;
==Schritt für Schritt-Anleitung==&lt;br /&gt;
&lt;br /&gt;
(Ersetze '(Benutzername)' mit dem regulären Windowsbenutzernamen der im Ordner ''home'' zu finden ist)&lt;br /&gt;
&lt;br /&gt;
1. Installiere die Programme der Reihe nach. Installiere sie in den vom Programm vorgeschlagenen Pfad. ''MSys'' fragt bei der Installation nach dem Pfad zu ''MinGW''. Sollte dabei was schief gehen und z.B. das ''./configure später fehlschlagen'', dann kann diese Angabe nachträglich korrigiert werden. Dazu im ''MSys'' Verzeichnis unter ''etc'' die Datei ''fstab'' anpassen zu: ''c:\MinGW /mingw ''&lt;br /&gt;
&lt;br /&gt;
2. Erstelle in ''C:\msys\1.0\home\(Benutzername)\'' einen neuen Ordner namens aMule&lt;br /&gt;
&lt;br /&gt;
3. Entpacke das [http://www.wxwidgets.org/manuals/2.5.2/wx_wxmswport.html wxMSW] Paket in diesen Ordner. Für [http://www.zlib.net zlib] erstelle zuerst einen Ordner namens ''zlibdll'' und entpacke dieses Paket hierhin.&lt;br /&gt;
&lt;br /&gt;
4. Starte ''msys'' (die Shell du zuvor installiert hast).&lt;br /&gt;
&lt;br /&gt;
5. Wechsle mit ''cd aMule'' in den zuvor angelegten Ordner.&lt;br /&gt;
&lt;br /&gt;
6. Der Befehl ''ls'' sollte jetzt ''zlibdll'' und ''wxWidgets-'''(Version)''''' anzeigen.&lt;br /&gt;
&lt;br /&gt;
7. Mit dem Befehl ''cd'' in den ''wxWidgets'' Ordner.&lt;br /&gt;
&lt;br /&gt;
8. Gib den Befehl ''./configure --disable-shared --without-checklistbox'' ein.&lt;br /&gt;
&lt;br /&gt;
9. Wenn dies geklappt hat den Befehl ''make'' und danach ''make install''&lt;br /&gt;
&lt;br /&gt;
10. Mit dem Befehl ''cd ..'' kannst du in der Ordnerstruktur eine Ebene nach oben wechseln. Gib ihn einmal ein.&lt;br /&gt;
&lt;br /&gt;
11. Als nächstes soll zlib kompiliert werden. Dazu zuerst mit ''cd zlibdll'' in den Ordner ''zlibdll'' wechseln.&lt;br /&gt;
&lt;br /&gt;
12. Gib den Befehl ''./configure --prefix=/mingw'' ein.&lt;br /&gt;
&lt;br /&gt;
13. Falls kein Fehler aufgetreten ist, gib ''make'' und anschliessend ''make install'' ein.&lt;br /&gt;
&lt;br /&gt;
14. Besorg dir nun die aktuellen Sourcen von [[aMule]] von der [http://dl.amule.org Webseite] und enpacke sie in den gleichen Ordner wie zuvor [http://www.zlib.net zlib] und [[wxWidgets]].&lt;br /&gt;
&lt;br /&gt;
15. ''cd aMule-'''(Version)'''''&lt;br /&gt;
&lt;br /&gt;
16. ''./configure --with-zlib=/home/(Benutzername)/aMule/zlibdll/ --disable-debug --enable-optimize --enable-static''&lt;br /&gt;
&lt;br /&gt;
17. ''make''&lt;br /&gt;
&lt;br /&gt;
18. ''make install''&lt;br /&gt;
&lt;br /&gt;
Schliese nun alle Fenster, starte die Shell ''msys'' neu und gib ''aMule.exe'' ein. Fertig. Die ''Temp'' und ''Incoming'' Ordner befinden sich in ''C:\msys\1.0\home\(Benutzername)\'' respektive ''C:\msys\1.0\home\(Benutzername)\.aMule\''&lt;br /&gt;
&lt;br /&gt;
==Installation auf einem weiteren Computer==&lt;br /&gt;
Wer nun die kompilierte Version auf einem anderen Computer installieren möchte ohne die ganzen Tools zu installieren der kann dies mit folgenden Schritten erreichen.&lt;br /&gt;
&lt;br /&gt;
1. Auf dem Desktop einen Ordner ''aMule-'''(Version)''''' erstellen.&lt;br /&gt;
&lt;br /&gt;
2. Alle Ordner aus ''C:\msys\1.0\local'' in diesen Ordner kopieren.&lt;br /&gt;
&lt;br /&gt;
3. Die Datei ''C:\MinGW\bin\mingwm10.dll'' in den bin Ordner kopieren.&lt;br /&gt;
&lt;br /&gt;
4. Den Ordner mit einem Tool wie [http://www.rarlabs.com WinRAR] oder [http://www.winzip.com WinZIP] verpacken.&lt;br /&gt;
&lt;br /&gt;
5. Auf dem Server enpacken.&lt;br /&gt;
&lt;br /&gt;
6. Im Ordner bin auf ''aMule.exe'' doppelklicken.&lt;br /&gt;
&lt;br /&gt;
7. Fertig!&lt;br /&gt;
&lt;br /&gt;
Die Download und Tempordner befinden sich nun in ''C:\Dokumente und Einstellungen\(Benutzername)\aMule Downloads'' bzw. ''C:\Dokumente und Einstellungen\(Benutzername)\.aMule''. Diese Einstellungen können nun selbstverständlich über die Preference anders eingestellt werden. Viel Vergnügen.&lt;br /&gt;
&lt;br /&gt;
==Fragen, Probleme==&lt;br /&gt;
&lt;br /&gt;
Bei Fragen oder Problemen bekommst du im Forum Hilfe. Bitte gib dort alle Informationen an, die bis zu dem Fehler ausgegeben wurden. Nach der Problemlösung kannst du diese Anleitung verbessern, ergänzen, indem du auf den ''Edit this page''-Link ganz oben klickst.&lt;br /&gt;
&lt;br /&gt;
==Download von kompilierten Versionen==&lt;br /&gt;
&lt;br /&gt;
Eine kompilierte aMule-2.0.2 Version gibt es unter dem folgenden Ed2k-Link: ''ed2k://|file|amule-2.0.2.zip|10670377|D3B98E6D45BBCC677107EEF1A0412DE3|h=VTQSCK2M7HZXODHQ7W66ONBQLVLCT436|/''&lt;br /&gt;
&lt;br /&gt;
Ein Installer von aMule-2.0.2: ''ed2k://|file|Setup-aMule-2.0.2.exe|6001771|6D31880ABFBF0A6EAD92D1A93A4AA753|/|h=FGTJRUUATH5X6QGOIFLMA5X2UPRGSJ35|/''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Nur die kompilierte aMuleGUI für win32 vom CVS 22-09-2005: ed2k://|file|amulegui-win32-cvs22-09-2005(incl.dll+readme).zip|1990063|8553F619C878E3F0C916B7FBF82EB934|h=KFB3RUSI65EE2WMIBWQ2WHXIIUEA57VZ|/ &lt;br /&gt;
&lt;br /&gt;
oder direkt:[http://s6.11mbit.de/7i5blmw6cmIxc8noy48nJ3deJgL01BLz1ogPvakPv1blHJx3dnJCLr6g/cf784ogC amulegui-win32-cvs22-09-2005(incl.dll+readme).zip] ([https://s6.11mbit.de/7i5blmw6cmIxc8noy48nJ3deJgL01BLz1ogPvakPv1blHJx3dnJCLr6g/cf784ogC SSL])&lt;br /&gt;
&lt;br /&gt;
Funktioniert sehr gut unter WinXP + 2000! Bei fragen: therealfox AT gmail DOT com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ausserdem gibt es einen stable build der aMuleGUI Version 2.1.1 unter&lt;br /&gt;
http://conrausch.elise.no-ip.com/aMuleGUI-2.1.1-all_lang.zip&lt;br /&gt;
&lt;br /&gt;
(beinhaltet .exe + .dll + alle Sprachen, also alles was man braucht. Bei Problemen: conrausch at gmx de)&lt;/div&gt;</summary>
		<author><name>82.83.249.124</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/HowTo_compile_on_Win32_with_MinGW</id>
		<title>HowTo compile on Win32 with MinGW</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/HowTo_compile_on_Win32_with_MinGW"/>
				<updated>2006-03-18T16:39:07Z</updated>
		
		<summary type="html">&lt;p&gt;82.83.249.124: updated precompiled remote GUI link to new version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&amp;lt;h2&amp;gt;Originally by '''[[User:Madcat|Madcat]]'''&amp;lt;/h2&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
'''English''' | [[HowTo compile on Win32-de|Deutsch]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This wiki page only covers the latest [[aMule_CVS|CVS]] version of [[aMule]], not releases in the 1.x.x or 2.x.x branches.&lt;br /&gt;
&lt;br /&gt;
''For those of you that don't want to compile [[aMule]] from source, there is also the option of the [[Win32_binary|aMule Windows Installer]].''&lt;br /&gt;
&lt;br /&gt;
== Requirements for compiling [[aMule]] ==&lt;br /&gt;
&lt;br /&gt;
You will need the following packages:&lt;br /&gt;
&lt;br /&gt;
*[http://www.microsoft.com/windows Windows] port of [http://gcc.gnu.org GNU C compiler], [http://www.mingw.org MinGW] -&amp;gt; [http://prdownloads.sourceforge.net/mingw/MinGW-4.1.1.exe?download Download (4.1.1)]&lt;br /&gt;
*Minimal [http://www.gnu.org GNU] shell for [http://www.microsoft.com/windows Windows], [http://www.mingw.org/msys.shtml MSys] -&amp;gt; [http://prdownloads.sf.net/mingw/MSYS-1.0.10.exe?download Download (1.0.10)]&lt;br /&gt;
*Developer toolkit for [http://www.mingw.org/msys.shtml MSys] (for [http://www.gnu.org/software/cvs CVS] &amp;amp; co) -&amp;gt; [http://prdownloads.sf.net/mingw/msysDTK-1.0.1.exe?download Download (1.0.1)]&lt;br /&gt;
*[http://www.gnu.org/software/libiconv LibIConv] (required by [http://www.gnu.org/software/gettext gettext]) -&amp;gt; [http://prdownloads.sf.net/mingw/libiconv-1.8.0-2003.02.01-1.exe?download Download (1.8)]&lt;br /&gt;
*[http://www.gnu.org/software/gettext GetText] (for [http://www.gnu.org/software/gettext po files], [http://www.gnu.org/software/automake/automake.html autogen.sh], etc) -&amp;gt; [http://prdownloads.sf.net/mingw/gettext-0.11.5-2003.02.01-1.exe?download Download (0.11.5)]&lt;br /&gt;
*[http://www.zlib.org zlib] compression library -&amp;gt; [http://www.zlib.net/zlib-1.2.3.tar.gz Download (1.2.3)]&lt;br /&gt;
*[http://www.microsoft.com/windows Windows] port of [[wxWidgets]] library (knows as [[wxWidgets|wxMSW]]) -&amp;gt; [http://prdownloads.sourceforge.net/wxwindows/wxMSW-2.6.1.zip Download (2.6.1)]&lt;br /&gt;
*[[aMule]]'s latest release sources or [[aMule CVS]] -&amp;gt; [http://dl.amule.org Download aMule]&lt;br /&gt;
&lt;br /&gt;
Also, 800MB-1500MB free space on your hard disk (around 40MB to download the above packages and the rest for temporary compilation files and installations. The amount of space needed will largely depend on the configuration flags you use).&lt;br /&gt;
&lt;br /&gt;
As a reference, the whole compilation process will take around 3 hours on a medium-high resourced computer.&lt;br /&gt;
&lt;br /&gt;
== Installing the Minimal System ==&lt;br /&gt;
&lt;br /&gt;
The first step is to create a [http://www.kernel.org Linux]-like environment, which is required in order to be able to perform the build. This can be done by following these steps '''in this order''':&lt;br /&gt;
&lt;br /&gt;
#Install [http://www.mingw.org MinGW]. Select ''Compact installation'' unless you know what you are doing. When it prompts you for a folder, the default (''C:\mingw'') is slightly messy but the safer selection.&lt;br /&gt;
#Install [http://www.mingw.org/msys.shtml MSys]. When it prompts you for the [http://www.mingw.org MinGW] folder, it's very important to specify it correctly. Failure on this step will stop any compilation attempts. If for some reason you fail, install [http://www.mingw.org/msys.shtml MSys] again, or edit the file ''/etc/fstab'' in your [http://www.mingw.org/msys.shtml MSys] environment.&lt;br /&gt;
#Install the [http://www.mingw.org/msys.shtml MSys] developer toolkit.&lt;br /&gt;
#Install [http://www.gnu.org/software/libiconv LibIConv].&lt;br /&gt;
#Install [http://www.gnu.org/software/gettext GetText].&lt;br /&gt;
&lt;br /&gt;
== Compiling the libraries ==&lt;br /&gt;
&lt;br /&gt;
There are two libraries that [[aMule]] will need compiled: [http://www.zlib.org zlib] and [[wxWidgets]].&lt;br /&gt;
&lt;br /&gt;
We will compile them from [http://www.mingw.org/msys.shtml MSys], so just run it. Once you are running [http://www.mingw.org/msys.shtml MSys], you'll be on your home folder. Copy the [http://www.zlib.org zlib] and [[wxWidgets]] files you downloaded above into this folder (something like ''C:\msys\1.0\home\'''user''''').&lt;br /&gt;
&lt;br /&gt;
The steps for compiling them is:&lt;br /&gt;
&lt;br /&gt;
#[http://www.zlib.org zlib]: Uncompress [http://www.zlib.org zlib], cd to the newly created directory and run ''./configure --prefix=/mingw &amp;amp;&amp;amp; make &amp;amp;&amp;amp; make install''&lt;br /&gt;
#[[wxWidgets]]: Uncompress [[wxWidgets]], cd to the newly created directory and run ''./configure --enable-unicode --disable-shared --without-checklistbox &amp;amp;&amp;amp; make &amp;amp;&amp;amp; make install''&lt;br /&gt;
&lt;br /&gt;
If you want to help us developers, you can add ''--enable-debug'' flag to the [[wxWidgets]] configure command, right after ''--disable-shared'', but be warned it will result into an ''aMule.exe'' file bigger than 100MB.&lt;br /&gt;
&lt;br /&gt;
== Compilation ==&lt;br /&gt;
&lt;br /&gt;
Ok, we're all done with the compilation environment. Let's do the last step: compiling [[aMule]].&lt;br /&gt;
&lt;br /&gt;
First of all, extract [[aMule]]'s sources and enter the newly created folder.&lt;br /&gt;
&lt;br /&gt;
The compilation itself is actually just a matter of following the usual method: ''./configure &amp;amp;&amp;amp; make''. Use your favorite flags on ''./configure'', for example, ''--disable-debug'' will remove debug info, but will also make it harder for us developers to understand the bugs you might find.&lt;br /&gt;
&lt;br /&gt;
You might want to compile just the remote GUI: the flags would be ''--disable-monolithic --disable-ed2k --enable-amule-gui''&lt;br /&gt;
&lt;br /&gt;
'''Beware:''' The following programs do not work yet on [http://www.microsoft.com/windows Windows]:&lt;br /&gt;
*[[aMuled|aMule Daemon]]: Doesn't even compile.&lt;br /&gt;
*[[CAS]]: Fails to find the [[signature]] file.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' To keep the size of the binnaries down, you can run ''strip'' from within [http://www.mingw.org/msys.shtml MSys].&lt;br /&gt;
&lt;br /&gt;
== Running ==&lt;br /&gt;
&lt;br /&gt;
To run the binnaries we've created you need ''mingwm10.dll''. This file can be found in ''C:\MinGW\bin\mingwm10.dll'' (or whatever path you used to install [http://www.mingw.org MinGW]).&lt;br /&gt;
&lt;br /&gt;
You now have to place this file in some place so that the binnaries find it when they are executed. Here you have three options:&lt;br /&gt;
&lt;br /&gt;
#Place it in the same folder where the binnaries are (if you have them spread in several different folders, copy this file once into each folder. Since it is a very small file, it is not much of a loss).&lt;br /&gt;
#Place it in ''C:\windows'' or some other any other path where [http://www.microsoft.com/windows Windows] might look for libraries (such as ''C:\Windows\System'' or ''C:\Windows\System32'').&lt;br /&gt;
#Add ''C:\MinGW\bin'' (or whatever path you used to install [http://www.mingw.org MinGW]) to your ''PATH'' environment variable.&lt;br /&gt;
&lt;br /&gt;
Now... just run your binnaries and have fun with [[aMule]] on your [http://www.microsoft.com/windows Windows] box!&lt;br /&gt;
&lt;br /&gt;
'''Note:''' By default, the binnaries are compiled to ''C:\MSys\1.0\home\'''user'''\amule-2.0.3\src\''.&lt;br /&gt;
&lt;br /&gt;
== Having different languages ==&lt;br /&gt;
&lt;br /&gt;
Now [[aMule]] will be successfully running, but you will not be able to use any other language but default english.&lt;br /&gt;
&lt;br /&gt;
TO be able to choose between any of the lot of languages [[aMule]] is shipped with, from [http://www.mingw.org/msys.shtml MSys] go to [[aMule]]'s extracted folder and then into ''po/'' folder. Something like the following should do it:&lt;br /&gt;
&lt;br /&gt;
 cd&lt;br /&gt;
 cd amule-2.0.3/po&lt;br /&gt;
&lt;br /&gt;
Now install the languages:&lt;br /&gt;
&lt;br /&gt;
 make install-data-yes&lt;br /&gt;
&lt;br /&gt;
This language files are now in ''C:\MSys\1.0\local\share\locale'', so exit [http://www.mingw.org/msys.shtml MSys], go to ''C:\msys\1.0\local\share\locale'' and copy that folder to the folder were you are keeping your compiled ''amule.exe'' and ''amulegui.exe'' files.&lt;br /&gt;
&lt;br /&gt;
== Downloading precompiled win32 version ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Keep in mind this is a user contributed build. Install it at your own risk'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
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|/ &lt;br /&gt;
&lt;br /&gt;
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])&lt;br /&gt;
&lt;br /&gt;
Comunication on an linux box with amuled and this gui works very good... maybe its a little bit slow, but, its working!&lt;br /&gt;
&lt;br /&gt;
Feel free to contact me at: therealfox AT gmail DOT com, if you have problems.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you prefer a stable (and more recent) build, you can grab amulegui from the stable 2.1.1 sources here:&lt;br /&gt;
http://conrausch.elise.no-ip.com/aMuleGUI-2.1.1-all_lang.zip&lt;br /&gt;
&lt;br /&gt;
Again, this is a user contributed build, which you should not trust ;). It works pretty well though. It is a little big (almost 3MB), but it contains the .dll plus all language packs that were available with the release. For problems with this one, please contact conrausch [at] gmx de&lt;/div&gt;</summary>
		<author><name>82.83.249.124</name></author>	</entry>

	</feed>