<?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=81.201.196.140</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=81.201.196.140"/>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Special:Contributions/81.201.196.140"/>
		<updated>2026-04-05T02:18:24Z</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>2005-06-09T07:41:54Z</updated>
		
		<summary type="html">&lt;p&gt;81.201.196.140: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
[[HowTo compile on Win32|English]] | '''Deutsche'''&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Diese Programme werden benötigt:&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-3.1.0-1.exe?download Download]&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]&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]&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/software/libiconv LibIConv] (required by [http://www.gnu.org/software/gettext gettext]) -&amp;gt;&lt;br /&gt;
[http://prdownloads.sf.net/mingw/libiconv-1.8.0-2003.02.01-1.exe?download Download]&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;&lt;br /&gt;
[http://prdownloads.sf.net/mingw/gettext-0.11.5-2003.02.01-1.exe?download Download]&lt;br /&gt;
&lt;br /&gt;
[http://www.zlib.org zlib] compression library dll Version -&amp;gt;&lt;br /&gt;
[http://www.zlib.net/zlib122-dll.zip Download]&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/windows Windows] port of [[wxWidgets]] library -&amp;gt;&lt;br /&gt;
[http://prdownloads.sourceforge.net/wxwindows/wxMSW-2.6.0.zip Download]&lt;br /&gt;
&lt;br /&gt;
Schritt für Schritt:&lt;br /&gt;
(Ersetze Benutzername mit einem Regulären Windowsbenutzername der in dem 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.&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 [http://www.wxwidgets.org/manuals/2.5.2/wx_wxmswport.html wxMSW] Packet in diesen Ordner. Für [http://www.zlib.net zlib] erstelle zuerst einen Ordner namens ''zlibdll'' und entpacke dieses Packet hierhin.&lt;br /&gt;
&lt;br /&gt;
4. Starte ''msys'', die Shell die ihr zuvor installiert habt.&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 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. Gieb 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. Gieb ihn einmal ein.&lt;br /&gt;
&lt;br /&gt;
11. Besorg dir nun die Aktuellen Sourcen von [[aMule]] von der [http://dl.amule.org Webseite] und enpack sie in den gleichen Ordner wie zuvor [http://www.zlib.net zlib] und [[wxWidgets]].&lt;br /&gt;
&lt;br /&gt;
12. ''cd aMule-'''(Version)'''''&lt;br /&gt;
&lt;br /&gt;
13. ''./configure --with-zlib=/home/(Benutzername)/aMule/zlibdll/ --disable-debug --enable-optimize --enable-static''&lt;br /&gt;
&lt;br /&gt;
14. ''make''&lt;br /&gt;
&lt;br /&gt;
15. ''make install''&lt;br /&gt;
&lt;br /&gt;
Schliese nun alle Fenster, starte die Shell ''msys'' neu und gieb ''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;
Wer nun die Compilierte 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;
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;/div&gt;</summary>
		<author><name>81.201.196.140</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>2005-06-05T08:55:17Z</updated>
		
		<summary type="html">&lt;p&gt;81.201.196.140: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&amp;lt;h2&amp;gt;Originally by '''Madcat'''&amp;lt;/h2&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This wiki page only supports the latest [[aMule_CVS|CVS]] version of [[aMule]].&lt;br /&gt;
&lt;br /&gt;
== Requirements for compiling [[aMule]] ==&lt;br /&gt;
&lt;br /&gt;
'''Note:''' Some of these require manually moving includes and libraries into their correct directories.&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-3.1.0-1.exe?download Download]&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]&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]&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/software/libiconv LibIConv] (required by [http://www.gnu.org/software/gettext gettext]) -&amp;gt;&lt;br /&gt;
[http://prdownloads.sf.net/mingw/libiconv-1.8.0-2003.02.01-1.exe?download Download]&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;&lt;br /&gt;
[http://prdownloads.sf.net/mingw/gettext-0.11.5-2003.02.01-1.exe?download Download]&lt;br /&gt;
&lt;br /&gt;
[http://www.zlib.org zlib] compression library -&amp;gt;&lt;br /&gt;
[http://www.zlib.net/zlib-1.2.2.tar.gz Download]&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/windows Windows] port of [[wxWidgets]] library -&amp;gt;&lt;br /&gt;
[http://prdownloads.sourceforge.net/wxwindows/wxMSW-2.6.0.zip Download]&lt;br /&gt;
&lt;br /&gt;
== Common guidelines, issues, solutions ==&lt;br /&gt;
&lt;br /&gt;
When compiling [[wxWidgets]], you should make use of the following configure flags:&lt;br /&gt;
''--disable-shared --without-checklistbox''&lt;br /&gt;
&lt;br /&gt;
Link statically against ''[http://www.zlib.org zlib]'' to avoid distributing extranous DLLs (and generally make life simpler). &lt;br /&gt;
&lt;br /&gt;
== Compilation ==&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''&lt;br /&gt;
&lt;br /&gt;
However, [http://www.zlib.org zlib] detection might fail. If that's the case, you need to add ''--with-zlib=/local/'' to your configure flags.&lt;br /&gt;
&lt;br /&gt;
==  Compiling with [http://www.parinya.ca/mingwstudio.html MinGW Studio]  ==&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' The compilation with [http://www.parinya.ca/mingwstudio.html MinGW Studio] is deprecated right now and currently does not function. It might function again in the future.&lt;br /&gt;
&lt;br /&gt;
As of  2004/07/17, you can find, in [http://www.gnu.org/software/cvs CVS], the file ''amule.msp'' which is the project file relative to the [http://www.parinya.ca/mingwstudio.html MinGW Studio] IDE ([http://www.gnu.org/philosophy/free-sw.html Free] and under [http://www.gnu.org/copyleft/gpl.html GPL] at http://www.parinya.ca/ and shipped with precompiled [[wxWidgets|wxMSW]]). &lt;br /&gt;
&lt;br /&gt;
Install [http://www.parinya.ca/mingwstudio.html MinGW Studio], add [http://www.zlib.org Zlib] and [http://curl.haxx.se Curl] compiled libs in The [http://www.parinya.ca/mingwstudio.html MinGW Studio] tree.&lt;br /&gt;
&lt;br /&gt;
Then, open ''amule.msp'' with [http://www.parinya.ca/mingwstudio.html MinGW Studio], press '''F7''', and [[aMule]] &amp;quot;should&amp;quot; be compiled :)&lt;br /&gt;
&lt;br /&gt;
Yes, I know, &amp;quot;compile&amp;quot; is not the same as &amp;quot;work&amp;quot; ... But it is a great begining&lt;br /&gt;
&lt;br /&gt;
== [http://www.microsoft.com/windows Windows] Installer ==&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;
== Alternative Anleitung ==&lt;br /&gt;
&lt;br /&gt;
Diese Programme werden benötigt:&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-3.1.0-1.exe?download Download]&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]&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]&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/software/libiconv LibIConv] (required by [http://www.gnu.org/software/gettext gettext]) -&amp;gt;&lt;br /&gt;
[http://prdownloads.sf.net/mingw/libiconv-1.8.0-2003.02.01-1.exe?download Download]&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;&lt;br /&gt;
[http://prdownloads.sf.net/mingw/gettext-0.11.5-2003.02.01-1.exe?download Download]&lt;br /&gt;
&lt;br /&gt;
[http://www.zlib.org zlib] compression library dll Version -&amp;gt;&lt;br /&gt;
[http://www.zlib.net/zlib122-dll.zip Download]&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/windows Windows] port of [[wxWidgets]] library -&amp;gt;&lt;br /&gt;
[http://prdownloads.sourceforge.net/wxwindows/wxMSW-2.6.0.zip Download]&lt;br /&gt;
&lt;br /&gt;
Schritt für Schritt:&lt;br /&gt;
(Ersetze Benutzername mit einem Regulären Windowsbenutzername der in dem 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.&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 wxMSW Packet in diesen Ordner. Für zlib erstelle zuerst einen Ordner namens zlibdll und entpacke dieses Packet hierhin.&lt;br /&gt;
&lt;br /&gt;
4. Starte msys, die Shell die ihr zuvor installiert habt.&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 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. Gieb den Befehl &amp;quot;./configure --disable-shared --without-checklistbox&amp;quot; ein.&lt;br /&gt;
&lt;br /&gt;
9. Wenn dies geklappt hat den Befehl make und danach &amp;quot;make install&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
10. Mit dem Befehl &amp;quot;cd ..&amp;quot; kannst du in der Ordnerstruktur eine Ebene nach oben Wechseln. Gieb ihn einmal ein.&lt;br /&gt;
&lt;br /&gt;
11. Besorg dir nun die Aktuellen Sourcen von aMule von der Webseite und enpack sie in den gleichen Ordner wie zuvor zlib und wxWidgets.&lt;br /&gt;
&lt;br /&gt;
12. cd aMule-(Version).&lt;br /&gt;
&lt;br /&gt;
13. &amp;quot;./configure --with-zlib=/home/(Benutzername)/aMule/zlibdll/ --disable-debug --enable-optimize --enable-static&amp;quot;&lt;br /&gt;
&lt;br /&gt;
14. make&lt;br /&gt;
&lt;br /&gt;
15. &amp;quot;make install&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Schliese nun alle Fenster, starte die Shell msys neu und gieb 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;
&lt;br /&gt;
Wer nun die Compilierte 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 WinRAR oder 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;
&lt;br /&gt;
Die Download und Tempordner befinden sich nun in &amp;quot;C:\Dokumente und Einstellungen\(Benutzername)\aMule Downloads&amp;quot; bzw. &amp;quot;C:\Dokumente und Einstellungen\(Benutzername)\.aMule&amp;quot;. Diese Einstellungen können nun selbstverständlich über die Preference anders eingestellt werden. Viel vergnügen.&lt;br /&gt;
&lt;br /&gt;
Eine kompilierte aMule-2.0.2 Version gibt es unter dem folgenden Ed2k-Link: &amp;quot;ed2k://|file|amule-2.0.2.zip|10670377|D3B98E6D45BBCC677107EEF1A0412DE3|h=VTQSCK2M7HZXODHQ7W66ONBQLVLCT436|/&amp;quot;&lt;/div&gt;</summary>
		<author><name>81.201.196.140</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>2005-06-05T08:11:23Z</updated>
		
		<summary type="html">&lt;p&gt;81.201.196.140: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&amp;lt;h2&amp;gt;Originally by '''Madcat'''&amp;lt;/h2&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This wiki page only supports the latest [[aMule_CVS|CVS]] version of [[aMule]].&lt;br /&gt;
&lt;br /&gt;
== Requirements for compiling [[aMule]] ==&lt;br /&gt;
&lt;br /&gt;
'''Note:''' Some of these require manually moving includes and libraries into their correct directories.&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-3.1.0-1.exe?download Download]&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]&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]&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/software/libiconv LibIConv] (required by [http://www.gnu.org/software/gettext gettext]) -&amp;gt;&lt;br /&gt;
[http://prdownloads.sf.net/mingw/libiconv-1.8.0-2003.02.01-1.exe?download Download]&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;&lt;br /&gt;
[http://prdownloads.sf.net/mingw/gettext-0.11.5-2003.02.01-1.exe?download Download]&lt;br /&gt;
&lt;br /&gt;
[http://www.zlib.org zlib] compression library -&amp;gt;&lt;br /&gt;
[http://www.zlib.net/zlib-1.2.2.tar.gz Download]&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/windows Windows] port of [[wxWidgets]] library -&amp;gt;&lt;br /&gt;
[http://prdownloads.sourceforge.net/wxwindows/wxMSW-2.6.0.zip Download]&lt;br /&gt;
&lt;br /&gt;
== Common guidelines, issues, solutions ==&lt;br /&gt;
&lt;br /&gt;
When compiling [[wxWidgets]], you should make use of the following configure flags:&lt;br /&gt;
''--disable-shared --without-checklistbox''&lt;br /&gt;
&lt;br /&gt;
Link statically against ''[http://www.zlib.org zlib]'' to avoid distributing extranous DLLs (and generally make life simpler). &lt;br /&gt;
&lt;br /&gt;
== Compilation ==&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''&lt;br /&gt;
&lt;br /&gt;
However, [http://www.zlib.org zlib] detection might fail. If that's the case, you need to add ''--with-zlib=/local/'' to your configure flags.&lt;br /&gt;
&lt;br /&gt;
==  Compiling with [http://www.parinya.ca/mingwstudio.html MinGW Studio]  ==&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' The compilation with [http://www.parinya.ca/mingwstudio.html MinGW Studio] is deprecated right now and currently does not function. It might function again in the future.&lt;br /&gt;
&lt;br /&gt;
As of  2004/07/17, you can find, in [http://www.gnu.org/software/cvs CVS], the file ''amule.msp'' which is the project file relative to the [http://www.parinya.ca/mingwstudio.html MinGW Studio] IDE ([http://www.gnu.org/philosophy/free-sw.html Free] and under [http://www.gnu.org/copyleft/gpl.html GPL] at http://www.parinya.ca/ and shipped with precompiled [[wxWidgets|wxMSW]]). &lt;br /&gt;
&lt;br /&gt;
Install [http://www.parinya.ca/mingwstudio.html MinGW Studio], add [http://www.zlib.org Zlib] and [http://curl.haxx.se Curl] compiled libs in The [http://www.parinya.ca/mingwstudio.html MinGW Studio] tree.&lt;br /&gt;
&lt;br /&gt;
Then, open ''amule.msp'' with [http://www.parinya.ca/mingwstudio.html MinGW Studio], press '''F7''', and [[aMule]] &amp;quot;should&amp;quot; be compiled :)&lt;br /&gt;
&lt;br /&gt;
Yes, I know, &amp;quot;compile&amp;quot; is not the same as &amp;quot;work&amp;quot; ... But it is a great begining&lt;br /&gt;
&lt;br /&gt;
== [http://www.microsoft.com/windows Windows] Installer ==&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;
== Alternative Anleitung ==&lt;br /&gt;
&lt;br /&gt;
Diese Programme werden benötigt:&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-3.1.0-1.exe?download Download]&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]&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]&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/software/libiconv LibIConv] (required by [http://www.gnu.org/software/gettext gettext]) -&amp;gt;&lt;br /&gt;
[http://prdownloads.sf.net/mingw/libiconv-1.8.0-2003.02.01-1.exe?download Download]&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;&lt;br /&gt;
[http://prdownloads.sf.net/mingw/gettext-0.11.5-2003.02.01-1.exe?download Download]&lt;br /&gt;
&lt;br /&gt;
[http://www.zlib.org zlib] compression library dll Version -&amp;gt;&lt;br /&gt;
[http://www.zlib.net/zlib122-dll.zip Download]&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/windows Windows] port of [[wxWidgets]] library -&amp;gt;&lt;br /&gt;
[http://prdownloads.sourceforge.net/wxwindows/wxMSW-2.6.0.zip Download]&lt;br /&gt;
&lt;br /&gt;
Schritt für Schritt:&lt;br /&gt;
(Ersetze Benutzername mit einem Regulären Windowsbenutzername der in dem 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.&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 wxMSW Packet in diesen Ordner. Für zlib erstelle zuerst einen Ordner namens zlibdll und entpacke dieses Packet hierhin.&lt;br /&gt;
&lt;br /&gt;
4. Starte msys, die Shell die ihr zuvor installiert habt.&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 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. Gieb den Befehl &amp;quot;./configure --disable-shared --without-checklistbox&amp;quot; ein.&lt;br /&gt;
&lt;br /&gt;
9. Wenn dies geklappt hat den Befehl make und danach &amp;quot;make install&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
10. Mit dem Befehl &amp;quot;cd ..&amp;quot; kannst du in der Ordnerstruktur eine Ebene nach oben Wechseln. Gieb ihn einmal ein.&lt;br /&gt;
&lt;br /&gt;
11. Besorg dir nun die Aktuellen Sourcen von aMule von der Webseite und enpack sie in den gleichen Ordner wie zuvor zlib und wxWidgets.&lt;br /&gt;
&lt;br /&gt;
12. cd aMule-(Version).&lt;br /&gt;
&lt;br /&gt;
13. &amp;quot;./configure --with-zlib=/home/(Benutzername)/aMule/zlibdll/ --disable-debug --enable-optimize --enable-static&amp;quot;&lt;br /&gt;
&lt;br /&gt;
14. make&lt;br /&gt;
&lt;br /&gt;
15. &amp;quot;make install&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Schliese nun alle Fenster, starte die Shell msys neu und gieb 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;/div&gt;</summary>
		<author><name>81.201.196.140</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>2005-06-05T08:08:44Z</updated>
		
		<summary type="html">&lt;p&gt;81.201.196.140: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&amp;lt;h2&amp;gt;Originally by '''Madcat'''&amp;lt;/h2&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This wiki page only supports the latest [[aMule_CVS|CVS]] version of [[aMule]].&lt;br /&gt;
&lt;br /&gt;
== Requirements for compiling [[aMule]] ==&lt;br /&gt;
&lt;br /&gt;
'''Note:''' Some of these require manually moving includes and libraries into their correct directories.&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-3.1.0-1.exe?download Download]&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]&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]&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/software/libiconv LibIConv] (required by [http://www.gnu.org/software/gettext gettext]) -&amp;gt;&lt;br /&gt;
[http://prdownloads.sf.net/mingw/libiconv-1.8.0-2003.02.01-1.exe?download Download]&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;&lt;br /&gt;
[http://prdownloads.sf.net/mingw/gettext-0.11.5-2003.02.01-1.exe?download Download]&lt;br /&gt;
&lt;br /&gt;
[http://www.zlib.org zlib] compression library -&amp;gt;&lt;br /&gt;
[http://www.zlib.net/zlib-1.2.2.tar.gz Download]&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/windows Windows] port of [[wxWidgets]] library -&amp;gt;&lt;br /&gt;
[http://prdownloads.sourceforge.net/wxwindows/wxMSW-2.6.0.zip Download]&lt;br /&gt;
&lt;br /&gt;
== Common guidelines, issues, solutions ==&lt;br /&gt;
&lt;br /&gt;
When compiling [[wxWidgets]], you should make use of the following configure flags:&lt;br /&gt;
''--disable-shared --without-checklistbox''&lt;br /&gt;
&lt;br /&gt;
Link statically against ''[http://www.zlib.org zlib]'' to avoid distributing extranous DLLs (and generally make life simpler). &lt;br /&gt;
&lt;br /&gt;
== Compilation ==&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''&lt;br /&gt;
&lt;br /&gt;
However, [http://www.zlib.org zlib] detection might fail. If that's the case, you need to add ''--with-zlib=/local/'' to your configure flags.&lt;br /&gt;
&lt;br /&gt;
==  Compiling with [http://www.parinya.ca/mingwstudio.html MinGW Studio]  ==&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' The compilation with [http://www.parinya.ca/mingwstudio.html MinGW Studio] is deprecated right now and currently does not function. It might function again in the future.&lt;br /&gt;
&lt;br /&gt;
As of  2004/07/17, you can find, in [http://www.gnu.org/software/cvs CVS], the file ''amule.msp'' which is the project file relative to the [http://www.parinya.ca/mingwstudio.html MinGW Studio] IDE ([http://www.gnu.org/philosophy/free-sw.html Free] and under [http://www.gnu.org/copyleft/gpl.html GPL] at http://www.parinya.ca/ and shipped with precompiled [[wxWidgets|wxMSW]]). &lt;br /&gt;
&lt;br /&gt;
Install [http://www.parinya.ca/mingwstudio.html MinGW Studio], add [http://www.zlib.org Zlib] and [http://curl.haxx.se Curl] compiled libs in The [http://www.parinya.ca/mingwstudio.html MinGW Studio] tree.&lt;br /&gt;
&lt;br /&gt;
Then, open ''amule.msp'' with [http://www.parinya.ca/mingwstudio.html MinGW Studio], press '''F7''', and [[aMule]] &amp;quot;should&amp;quot; be compiled :)&lt;br /&gt;
&lt;br /&gt;
Yes, I know, &amp;quot;compile&amp;quot; is not the same as &amp;quot;work&amp;quot; ... But it is a great begining&lt;br /&gt;
&lt;br /&gt;
== [http://www.microsoft.com/windows Windows] Installer ==&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;
== Alternative Anleitung ==&lt;br /&gt;
&lt;br /&gt;
Diese Programme werden benötigt:&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-3.1.0-1.exe?download Download]&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]&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]&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/software/libiconv LibIConv] (required by [http://www.gnu.org/software/gettext gettext]) -&amp;gt;&lt;br /&gt;
[http://prdownloads.sf.net/mingw/libiconv-1.8.0-2003.02.01-1.exe?download Download]&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;&lt;br /&gt;
[http://prdownloads.sf.net/mingw/gettext-0.11.5-2003.02.01-1.exe?download Download]&lt;br /&gt;
&lt;br /&gt;
[http://www.zlib.org zlib] compression library dll Version -&amp;gt;&lt;br /&gt;
[http://www.zlib.net/zlib122-dll.zip Download]&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/windows Windows] port of [[wxWidgets]] library -&amp;gt;&lt;br /&gt;
[http://prdownloads.sourceforge.net/wxwindows/wxMSW-2.6.0.zip Download]&lt;br /&gt;
&lt;br /&gt;
Schritt für Schritt:&lt;br /&gt;
(Ersetze Benutzername mit einem Regulären Windowsbenutzername der in dem 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.&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 wxMSW Packet in diesen Ordner. Für zlib erstelle zuerst einen Ordner namens zlibdll und entpacke dieses Packet hierhin.&lt;br /&gt;
&lt;br /&gt;
4. Starte msys, die Shell die ihr zuvor installiert habt.&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 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. Gieb den Befehl &amp;quot;./configure --disable-shared --without-checklistbox&amp;quot; ein.&lt;br /&gt;
&lt;br /&gt;
9. Wenn dies geklappt hat den Befehl make und danach &amp;quot;make install&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
10. Mit dem Befehl &amp;quot;cd ..&amp;quot; kannst du in der Ordnerstruktur eine Ebene nach oben Wechseln. Gieb ihn einmal ein.&lt;br /&gt;
&lt;br /&gt;
11. Besorg dir nun die Aktuellen Sourcen von aMule von der Webseite und enpack sie in den gleichen Ordner wie zuvor zlib und wxWidgets.&lt;br /&gt;
&lt;br /&gt;
12. cd aMule-(Version).&lt;br /&gt;
&lt;br /&gt;
13. &amp;quot;./configure --with-zlib=/home/(Benutzername)/aMule/zlibdll/ --disable-debug --enable-optimize --enable-static&amp;quot;&lt;br /&gt;
&lt;br /&gt;
14. make&lt;br /&gt;
&lt;br /&gt;
15. &amp;quot;make install&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Schliese nun alle Fenster, starte die Shell mysys neu und gieb 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;/div&gt;</summary>
		<author><name>81.201.196.140</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>2005-06-05T08:06:29Z</updated>
		
		<summary type="html">&lt;p&gt;81.201.196.140: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&amp;lt;h2&amp;gt;Originally by '''Madcat'''&amp;lt;/h2&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This wiki page only supports the latest [[aMule_CVS|CVS]] version of [[aMule]].&lt;br /&gt;
&lt;br /&gt;
== Requirements for compiling [[aMule]] ==&lt;br /&gt;
&lt;br /&gt;
'''Note:''' Some of these require manually moving includes and libraries into their correct directories.&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-3.1.0-1.exe?download Download]&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]&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]&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/software/libiconv LibIConv] (required by [http://www.gnu.org/software/gettext gettext]) -&amp;gt;&lt;br /&gt;
[http://prdownloads.sf.net/mingw/libiconv-1.8.0-2003.02.01-1.exe?download Download]&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;&lt;br /&gt;
[http://prdownloads.sf.net/mingw/gettext-0.11.5-2003.02.01-1.exe?download Download]&lt;br /&gt;
&lt;br /&gt;
[http://www.zlib.org zlib] compression library -&amp;gt;&lt;br /&gt;
[http://www.zlib.net/zlib-1.2.2.tar.gz Download]&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/windows Windows] port of [[wxWidgets]] library -&amp;gt;&lt;br /&gt;
[http://prdownloads.sourceforge.net/wxwindows/wxMSW-2.6.0.zip Download]&lt;br /&gt;
&lt;br /&gt;
== Common guidelines, issues, solutions ==&lt;br /&gt;
&lt;br /&gt;
When compiling [[wxWidgets]], you should make use of the following configure flags:&lt;br /&gt;
''--disable-shared --without-checklistbox''&lt;br /&gt;
&lt;br /&gt;
Link statically against ''[http://www.zlib.org zlib]'' to avoid distributing extranous DLLs (and generally make life simpler). &lt;br /&gt;
&lt;br /&gt;
== Compilation ==&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''&lt;br /&gt;
&lt;br /&gt;
However, [http://www.zlib.org zlib] detection might fail. If that's the case, you need to add ''--with-zlib=/local/'' to your configure flags.&lt;br /&gt;
&lt;br /&gt;
==  Compiling with [http://www.parinya.ca/mingwstudio.html MinGW Studio]  ==&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' The compilation with [http://www.parinya.ca/mingwstudio.html MinGW Studio] is deprecated right now and currently does not function. It might function again in the future.&lt;br /&gt;
&lt;br /&gt;
As of  2004/07/17, you can find, in [http://www.gnu.org/software/cvs CVS], the file ''amule.msp'' which is the project file relative to the [http://www.parinya.ca/mingwstudio.html MinGW Studio] IDE ([http://www.gnu.org/philosophy/free-sw.html Free] and under [http://www.gnu.org/copyleft/gpl.html GPL] at http://www.parinya.ca/ and shipped with precompiled [[wxWidgets|wxMSW]]). &lt;br /&gt;
&lt;br /&gt;
Install [http://www.parinya.ca/mingwstudio.html MinGW Studio], add [http://www.zlib.org Zlib] and [http://curl.haxx.se Curl] compiled libs in The [http://www.parinya.ca/mingwstudio.html MinGW Studio] tree.&lt;br /&gt;
&lt;br /&gt;
Then, open ''amule.msp'' with [http://www.parinya.ca/mingwstudio.html MinGW Studio], press '''F7''', and [[aMule]] &amp;quot;should&amp;quot; be compiled :)&lt;br /&gt;
&lt;br /&gt;
Yes, I know, &amp;quot;compile&amp;quot; is not the same as &amp;quot;work&amp;quot; ... But it is a great begining&lt;br /&gt;
&lt;br /&gt;
== [http://www.microsoft.com/windows Windows] Installer ==&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;
== Alternative Anleitung ==&lt;br /&gt;
&lt;br /&gt;
Diese Programme werden benötigt:&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-3.1.0-1.exe?download Download]&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]&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]&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/software/libiconv LibIConv] (required by [http://www.gnu.org/software/gettext gettext]) -&amp;gt;&lt;br /&gt;
[http://prdownloads.sf.net/mingw/libiconv-1.8.0-2003.02.01-1.exe?download Download]&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;&lt;br /&gt;
[http://prdownloads.sf.net/mingw/gettext-0.11.5-2003.02.01-1.exe?download Download]&lt;br /&gt;
&lt;br /&gt;
[http://www.zlib.org zlib] compression library dll Version -&amp;gt;&lt;br /&gt;
[http://www.zlib.net/zlib122-dll.zip Download]&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/windows Windows] port of [[wxWidgets]] library -&amp;gt;&lt;br /&gt;
[http://prdownloads.sourceforge.net/wxwindows/wxMSW-2.6.0.zip Download]&lt;br /&gt;
&lt;br /&gt;
Schritt für Schritt:&lt;br /&gt;
(Ersetze Benutzername mit einem Regulären Windowsbenutzername der in dem 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.&lt;br /&gt;
2. Erstelle in C:\msys\1.0\home\(Benutzername)\ einen neuen Ordner Namens aMule&lt;br /&gt;
3. Entpacke wxMSW Packet in diesen Ordner. Für zlib erstelle zuerst einen Ordner namens zlibdll und entpacke dieses Packet hierhin.&lt;br /&gt;
4. Starte msys, die Shell die ihr zuvor installiert habt.&lt;br /&gt;
5. Wechsle mit cd aMule in den zuvor angelegten Ordner.&lt;br /&gt;
6. Der Befehl sollte jetzt zlibdll und wxWidgets-(Version) anzeigen.&lt;br /&gt;
7. Mit dem Befehl cd in den wxWidgets Ordner.&lt;br /&gt;
8. Gieb den Befehl &amp;quot;./configure --disable-shared --without-checklistbox&amp;quot; ein.&lt;br /&gt;
9. Wenn dies geklappt hat den Befehl make und danach &amp;quot;make install&amp;quot;.&lt;br /&gt;
10. Mit dem Befehl &amp;quot;cd ..&amp;quot; kannst du in der Ordnerstruktur eine Ebene nach oben Wechseln. Gieb ihn einmal ein.&lt;br /&gt;
11. Besorg dir nun die Aktuellen Sourcen von aMule von der Webseite und enpack sie in den gleichen Ordner wie zuvor zlib und wxWidgets.&lt;br /&gt;
12. cd aMule-(Version).&lt;br /&gt;
13. &amp;quot;./configure --with-zlib=/home/(Benutzername)/aMule/zlibdll/ --disable-debug --enable-optimize --enable-static&amp;quot;&lt;br /&gt;
14. make&lt;br /&gt;
15. &amp;quot;make install&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Schliese nun alle Fenster, starte die Shell mysys neu und gieb 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;/div&gt;</summary>
		<author><name>81.201.196.140</name></author>	</entry>

	</feed>