<?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=147.83.59.35</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=147.83.59.35"/>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Special:Contributions/147.83.59.35"/>
		<updated>2026-04-05T22:27:09Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/User:M2kio</id>
		<title>User:M2kio</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/User:M2kio"/>
				<updated>2005-05-10T12:15:47Z</updated>
		
		<summary type="html">&lt;p&gt;147.83.59.35: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''[[aMule]] [http://www.apple.com Mac] freaky ;)'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Main [[aMule]] concerns:&amp;lt;/u&amp;gt;&lt;br /&gt;
*Reworked the [[HowTo compile on Mac|Mac howto]].&lt;/div&gt;</summary>
		<author><name>147.83.59.35</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/HowTo_compile_on_Mac</id>
		<title>HowTo compile on Mac</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/HowTo_compile_on_Mac"/>
				<updated>2005-05-10T12:12:20Z</updated>
		
		<summary type="html">&lt;p&gt;147.83.59.35: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;How to get and install [[aMule]] on [http://www.apple.com/macosx/ Apple Mac OSX].&lt;br /&gt;
&lt;br /&gt;
# You can simply download the finished application ('binary release') or &lt;br /&gt;
# You compile it from a [[aMule CVS|CVS source snapshot]].&lt;br /&gt;
&lt;br /&gt;
''The preceding version of this page covering aMule 2.0.0rc8 and earlier is archived [[HowTo_compile_on_Mac_v200rc8|here]].''&lt;br /&gt;
&lt;br /&gt;
== Binary releases ==&lt;br /&gt;
&lt;br /&gt;
If you don't want to bother with installing and compiling all those tools and sources, then get one of the pre-compiled [[aMule]] applications. The official release is considered 'stable', but every now and then applications are built from the current source to allow more people to test new features or the like. &lt;br /&gt;
&lt;br /&gt;
# Latest official binary release: [http://www.amule.org/files/download.php?file=72 aMule-2.0.0-Mac]&lt;br /&gt;
# Periodically compiled binary from cvs: [http://forum.amule.org/thread.php?threadid=5051 amule forum]&lt;br /&gt;
&lt;br /&gt;
== Compiling from source ==&lt;br /&gt;
&lt;br /&gt;
Compiling from source allows most current bug reports, because you can compile and test the [[aMule CVS|CVS snapshot]] of the very day.&lt;br /&gt;
&lt;br /&gt;
To compile [[aMule]] from source you need some development tools, the [[wxWidgets]] library and the [http://dl.amule.org aMule source].&lt;br /&gt;
&lt;br /&gt;
=== Get the sources and development tools ===&lt;br /&gt;
&lt;br /&gt;
==== [http://developer.apple.com/tools/xcode Xcode] ====&lt;br /&gt;
&lt;br /&gt;
[http://developer.apple.com/tools/xcode Xcode] is [http://www.apple.com Apple]'s development environment. We need it for the [http://gcc.gnu.org GCC] compiler. You may have [http://developer.apple.com/tools/xcode Xcode] on CD/DVD, e.g. it is on the [http://macos.apple.com OSX]10.4 DVD.&lt;br /&gt;
&lt;br /&gt;
Else you can download it from [http://www.apple.com Apple], but you must sign up for a free-of-charge developer account first.&lt;br /&gt;
&lt;br /&gt;
# Get XCode from http://developer.apple.com/tools/download&lt;br /&gt;
# &amp;quot;Member Site&amp;quot;-&amp;gt;&amp;quot;Log In&amp;quot;-&amp;gt;&amp;quot;Download Software&amp;quot;-&amp;gt;&amp;quot;Developer Tools&amp;quot;-&amp;gt;&amp;quot;Download Xcode Tools last release&amp;quot;&amp;gt;&amp;quot;Install&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== [http://fink.sourceforge.net Fink] ====&lt;br /&gt;
&lt;br /&gt;
[http://fink.sourceforge.net Fink] is an open source (OS) installer for lots of OS tools ported to [http://macos.apple.com Mac OSX]. We need it to install the OS tool [http://www.gnu.org/software/gettext gettext].&lt;br /&gt;
&lt;br /&gt;
# Get [http://fink.sourceforge.net Fink] from http://fink.sourceforge.net/download&lt;br /&gt;
# Read [http://fink.sourceforge.net/download Fink's installation guide] to learn how to install applications through [http://fink.sourceforge.net Fink].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== [http://www.gnu.org/software/gettext gettext] ====&lt;br /&gt;
&lt;br /&gt;
[http://www.gnu.org/software/gettext gettext] is an OS library for text internationalization. This library is used to make [[aMule]] multi-lingual.&lt;br /&gt;
# Get and install the [http://www.gnu.org/software/gettext gettext] library with [http://fink.sourceforge.net Fink]. The package name is [http://www.gnu.org/software/gettext gettext]. &lt;br /&gt;
&lt;br /&gt;
==== [[wxWidgets|wxMac]] ====&lt;br /&gt;
&lt;br /&gt;
[[wxWidgets|wxMac]] is the port of the [[wxWidgets]] library for [http://macos.apple.com Mac OSX]. This library is used to make [[aMule]] 'multi-platform'.&lt;br /&gt;
&lt;br /&gt;
# Get the source from: http://prdownloads.sourceforge.net/wxwindows/wxMac-2.6.0.tar.gz&lt;br /&gt;
# Extract the archive (just double-click it)&lt;br /&gt;
&lt;br /&gt;
Or get the current [[wx-cvs|CVS snapshot]]. Warning: the [[wxMac]] [[wx-cvs|CVS]] is frequently in a bad condition.&lt;br /&gt;
&lt;br /&gt;
 bash: cd ~/Desktop&lt;br /&gt;
 bash: cvs -d :pserver:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets login&lt;br /&gt;
 Note: password is 'anoncvs'&lt;br /&gt;
 bash: cvs -d :pserver:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets checkout wxMac&lt;br /&gt;
&lt;br /&gt;
==== [http://www.amule.org aMule itself] ====&lt;br /&gt;
&lt;br /&gt;
# Get latest daily [[aMule CVS|CVS source snapshot]]: [http://www.amule.org/files/download.php?file=5 aMule CVS]&lt;br /&gt;
# Extract the archive (just double-click it)&lt;br /&gt;
&lt;br /&gt;
=== Compile the sources ===&lt;br /&gt;
&lt;br /&gt;
Put the ''amule'' folder and the ''wxMac'' folder in the same place, e.g. on the desktop.&lt;br /&gt;
&lt;br /&gt;
'''Important:''' If you use [http://developer.apple.com/tools/xcode Xcode] 2.0 then your default compiler is [http://gcc.gnu.org gcc] 4.0. Currently (2005-05-09) [[wxMac]] then only compiles with patches (and [http://www.eskimo.com/~weidai/cryptlib.html CryptoPP] doesn't compile at all). Therefore, if you use [http://developer.apple.com/tools/xcode Xcode] 2.0 then you should switch back to [http://gcc.gnu.org gcc] 3.3 first. First check the version of your current default [http://gcc.gnu.org gcc] with ''gcc --version'' and then switch to version 3.3 if required:&lt;br /&gt;
&lt;br /&gt;
 bash: gcc --version&lt;br /&gt;
 bash: sudo gcc_select 3.3&lt;br /&gt;
&lt;br /&gt;
==== Compile [[wxMac]] ====&lt;br /&gt;
&lt;br /&gt;
This step is only needed once, even if you later download and compile a newer version of the [[aMule CVS]] source. &lt;br /&gt;
&lt;br /&gt;
The following assumes that you have placed the above packages on your Desktop.&amp;lt;br&amp;gt;&lt;br /&gt;
''cd'' into the ''wxMac'' folder, ''configure'' and ''make'':&lt;br /&gt;
&lt;br /&gt;
 bash: cd ~/Desktop/wxMac-2.6.0/build&lt;br /&gt;
 bash: ../configure --disable-shared --enable-unicode &lt;br /&gt;
 bash: make&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' This took approx. 30 minutes on a G4 at 1 GHz.&lt;br /&gt;
&lt;br /&gt;
==== Compile [[aMule]] ====&lt;br /&gt;
&lt;br /&gt;
Now ''cd'' into the ''amule'' folder, ''configure'' and ''make'':&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' You can copy'n'paste the 4 lines for ''./configure'' in one go.&lt;br /&gt;
&lt;br /&gt;
 bash: cd ~/Desktop/aMule&lt;br /&gt;
 bash: ./configure --disable-systray --disable-gtk     \&lt;br /&gt;
            --with-wx-prefix=../wxMac-2.6.0/build/lib/     \&lt;br /&gt;
            --with-wx-config=../wxMac-2.6.0/build/wx-config \&lt;br /&gt;
            --enable-debug --disable-optimise                    '''''&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;OPTIONAL&amp;lt;/font&amp;gt;'''''&lt;br /&gt;
          &lt;br /&gt;
 bash: make&lt;br /&gt;
 bash: strip src/amule                                        '''''&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;OPTIONAL&amp;lt;/font&amp;gt;'''''&lt;br /&gt;
 bash: mv src/amule aMule.app/Contents/MacOS/&lt;br /&gt;
&lt;br /&gt;
The two lines marked as '''''&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;OPTIONAL&amp;lt;/font&amp;gt;''''' are optional, that is, the last two options to ''./configure'' and the ''strip'' command. They result in a dramatically reduced file size (approx. 3 MB instead of 50 MB) but disable all possibilities to submit a helpful stacktrace if [[aMule]] crashes or a sample if it hangs to the [[aMule devs|aMule developers]].&lt;br /&gt;
&lt;br /&gt;
=== Problems and solutions ===&lt;br /&gt;
&lt;br /&gt;
*If [http://fink.sourceforge.net Fink] reports something like: ''After unpacking 11.2GB will be freed'', don't be afraid. [http://fink.sourceforge.net Fink] has evolved into a different way of managing packet's size and some old (&amp;quot;old&amp;quot;: at least some months old) packages' sizes aren't handled correctly on the output. If this is your case, devide the number by 1024. So, what the above example really means is: ''After unpacking 11.2MB will be freed''.&lt;br /&gt;
&lt;br /&gt;
*If you get an error like this: ''You cannot open the application &amp;quot;amule&amp;quot; because it may be damaged or incomplete'', right click on ''amule'', then click on ''Show Packages Contents'', go to &amp;quot;Contents&amp;quot;&amp;gt;&amp;quot;MacOS&amp;quot;&amp;gt; and double click on ''amule''. Next time you start from ''aMule.app'' it will run fine. If you still get the same error, move ''aMule.app'' to the desktop and run it from there.&lt;/div&gt;</summary>
		<author><name>147.83.59.35</name></author>	</entry>

	</feed>