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

	<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-02-11T01:58:02Z</updated>
		
		<summary type="html">&lt;p&gt;216.251.189.144: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The following steps will lead you to install [[aMule]] in your [http://www.apple.com/macosx MacOS X] box.&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can get recent ready-to-use binaries of [[aMule]] for [http://www.apple.com/macosx MacOS X] from the following thread on the forum: http://forum.amule.org/thread.php?threadid=5051&amp;amp;sid=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This HowTo is written to compile and install [[aMule]] 2.0.0-rc8. It will not work for older versions. Please note that you should always download the latest [[aMule]] version available.&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' This document explains how to download files using [http://curl.haxx.se curl]. However, [http://curl.haxx.se curl] might not be installed on your system: either install it (you can use [http://fink.sourceforge.net Fink] to install it) or download the files with whatever application you want (maybe your web browser), but place them in the directory that's being used on each part of the guide, otherwise the commands that are shown here will not work.&lt;br /&gt;
&lt;br /&gt;
== Setting up the required environment ==&lt;br /&gt;
&lt;br /&gt;
These steps are one-time-only steps necessary for the steps in the following sections to work properly.&lt;br /&gt;
&lt;br /&gt;
# [http://developer.apple.com/tools/xcode Xcode]&lt;br /&gt;
## Install [http://developer.apple.com/tools/xcode Xcode Tools] 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;
# [http://fink.sourceforge.net Fink]&lt;br /&gt;
## Install (or verify installation if already installed) [http://fink.sourceforge.net Fink] from http://fink.sourceforge.net/download&lt;br /&gt;
# [http://www.gnu.org/software/gettext gettext]&lt;br /&gt;
## Using [http://fink.sourceforge.net Fink], install [http://www.gnu.org/software/gettext gettext].  Read [http://fink.sourceforge.net/download Fink's installation guide] to learn how to install applications through [http://fink.sourceforge.net Fink] (the [http://www.gnu.org/software/gettext gettext] package is ''gettext'').&lt;br /&gt;
# Working directories&lt;br /&gt;
## Make ''amule'' dir in your home directory: ''mkdir ~/amule''&lt;br /&gt;
## Make ''wxmac'' dir in your home directory: ''mkdir ~/wxmac''&lt;br /&gt;
&lt;br /&gt;
== Obtaining [[wxMac]] sources ==&lt;br /&gt;
&lt;br /&gt;
'''ATTENTION:''' [[wxMac]] 2.5.3 has a couple of bugs which cause [[aMule]] 2.0.0-rc8 to crash. One bug causes [[aMule]] to crash just after starting up, the other causes it to crash at a random later time :-(. The only work-around is to pull the [[wxWidgets]] sources from [[wx-cvs|CVS]]!&lt;br /&gt;
&lt;br /&gt;
You have two options, downloading a [[wx-cvs|CVS]] snapshot or performing a checkout through the [[wxWidgets]] [[wx-cvs|CVS]] server.  The snapshot may be faster to download; the [[wx-cvs|CVS]] server will give you the most up-to-date sources and the most flexibility if you need sources from a previous day (for example, to avoid bugs that may crop up in the ever-changing source).  On the other hand, the sources from the snapshot, once extracted, take nearly 6 times as much disk space as those checked out from the [[wx-cvs|CVS]] server because they include files not necessary for compiling on [http://macosx.apple.com MacOS X].&lt;br /&gt;
&lt;br /&gt;
=== '''Option 1:''' Obtaining [[wxMac]] sources from [[wx-cvs|CVS]] snapshot ===&lt;br /&gt;
&lt;br /&gt;
These instructions were adapted from http://wxwidgets.org/cvs.htm&lt;br /&gt;
&lt;br /&gt;
# Enter the ''wxmac'' directory: ''cd ~/wxmac''&lt;br /&gt;
# Get the [[wxMac]] [[wx-cvs|CVS]] snapshot (found at http://wxwindows.sourceforge.net/snapshots as ''wx-cvs.tar.bz2'') and place it in your ''~/wxmac'' directory: ''curl -O http://biolpc22.york.ac.uk/pub/CVS_HEAD/wx-cvs.tar.bz2''&lt;br /&gt;
# Extract it: ''tar -xjf wx-cvs.tar.bz2''&lt;br /&gt;
# '''Optional:''' You may delete the archive after extracting its contents: ''rm wx-cvs.tar.bz2''&lt;br /&gt;
&lt;br /&gt;
=== '''Option 2:''' Obtaining [[wxMac]] sources from [[wx-cvs|CVS]] server ===&lt;br /&gt;
&lt;br /&gt;
These instructions were adapted from http://wxwidgets.org/cvs.htm&lt;br /&gt;
&lt;br /&gt;
# Enter the ''wxmac'' directory: ''cd ~/wxmac''&lt;br /&gt;
# Login (anonymously) to the wxWidgets CVS server (when prompted, enter ''anoncvs'' as the password): ''cvs -d :pserver:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets login''&lt;br /&gt;
# Checkout the [[wxMac]] sources from CVS: ''cvs -d :pserver:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets checkout wxMac''&lt;br /&gt;
&lt;br /&gt;
== '''Optional:''' Patching the [[wxMac]] sources ==&lt;br /&gt;
&lt;br /&gt;
The [[wxMac]] sources still contain some bugs which cause [[aMule]] to leak memory.  Patches to fix [[wxMac]] have been submitted to the [[wxWidgets]] team.  These patches have not yet been approved by the wxWidgets developers and so should be considered experimental and approached with caution.&lt;br /&gt;
&lt;br /&gt;
# Enter the ''wxmac'' directory: ''cd ~/wxmac''&lt;br /&gt;
# Patch some memory leaks in [[wxMac]].&lt;br /&gt;
## Download the patch files: ''curl &amp;quot;http://sourceforge.net/tracker/download.php?group_id=9863&amp;amp;atid=309863&amp;amp;file_id=112952&amp;amp;aid=1088052&amp;quot; -o ctable.patch &amp;quot;http://sourceforge.net/tracker/download.php?group_id=9863&amp;amp;atid=309863&amp;amp;file_id=112949&amp;amp;aid=1088038&amp;quot; -o bitmap.patch''&lt;br /&gt;
## Apply the patches: ''cat ctable.patch bitmap.patch | patch -p0 -d wxWidgets''&lt;br /&gt;
&lt;br /&gt;
== Installing [[wxMac]] from sources ==&lt;br /&gt;
&lt;br /&gt;
# Enter the directory containing the [[wxMac]] sources: ''cd ~/wxmac/wxWidgets''&lt;br /&gt;
# Directory ''build'' should already be there. If not, create it with: ''mkdir build''&lt;br /&gt;
# Now enter ''build'' directory: ''cd build''&lt;br /&gt;
# Prepare the compilation: ''../configure''&lt;br /&gt;
# And compile: ''make''&lt;br /&gt;
# Now install [[wxMac]] compilation: ''sudo make install''&lt;br /&gt;
# Get back to your home directory, you're done: ''cd ~''&lt;br /&gt;
# '''Optional:''' If everything went ok, you can safely remove the [[wxMac]] sources (not recommended, since you might want to compile it again someday): ''rm -r ~/wxmac''&lt;br /&gt;
&lt;br /&gt;
== Compiling and installing [[aMule]] ==&lt;br /&gt;
&lt;br /&gt;
# Enter the ''amule'' directory: ''cd ~/amule''&lt;br /&gt;
# Get [[aMule]]'s latest source code (aMule 2.0.0-rc8 sourcecode: [http://download.berlios.de/amule/aMule-2.0.0rc8.tar.bz2 http://download.berlios.de/amule/aMule-2.0.0rc8.tar.bz2]) and place it in your ''~/amule'' directory: ''curl -O http://download.berlios.de/amule/aMule-2.0.0rc8.tar.bz2''&lt;br /&gt;
# Extract it: ''tar -xjf aMule-2.0.0rc8.tar.bz2''&lt;br /&gt;
# Enter [[aMule]]'s sources directory: ''cd aMule-2.0.0rc8''&lt;br /&gt;
# Prepare the compilation (thanks to '''one_2_one''' and '''Babboia''' for his test&amp;amp;fix): ''./configure --disable-systray --disable-gtk --with-wx-config=/usr/local/bin/wx-config''&lt;br /&gt;
# And compile it: ''make''&lt;br /&gt;
# '''Optional:''' You can reduce the size of [[aMule]] from 44MB to 3MB by doing the following (anyway, this will make the [[aMule]] binary lose debug info, so you'll be unable to report problems to the [[aMule devs|aMule Team]] to make [[aMule]] a better program; so, it is not recommended): ''strip src/amule''&lt;br /&gt;
# Copy the ''amule'' binary to the app-Container directory: ''cp src/amule aMule.app/Contents/MacOS/'' ('''NOTE:''' If the ''MacOS'' directory is missing in ''aMule.app'', create it by typing ''mkdir aMule.app/Contents/MacOS'' before executing the previous command. Thanks to '''dan''' for the tip)&lt;br /&gt;
# And copy ''aMule.app'' directory to your Applications folder: ''cp -R aMule.app /Applications''&lt;br /&gt;
# Get back to your home directory, you're done: ''cd ~''&lt;br /&gt;
# If everything went OK, you can safely remove the downloaded packages:&lt;br /&gt;
## Remove [[aMule]]'s sources package: ''rm ~/amule/aMule-2.0.0rc8.tar.bz2''&lt;br /&gt;
## Optionally remove the extracted [[aMule]] sources (not recommended, since you might want to compile it again someday): ''rm -r ~/amule''&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;br /&gt;
&lt;br /&gt;
== Older releases ==&lt;br /&gt;
&lt;br /&gt;
In older releases ([[aMule]] 2.0.0-rc7 and earlier), the app container wasn't included with the sources. If you are compiling any of this older releases and do not whish to upgrade (remember it is '''strongly''' recommended to upgrade to the latest release), you can:&lt;br /&gt;
&lt;br /&gt;
*Download the latest [[aMule]] sources and get the app container from there (recommended option).&lt;br /&gt;
*Download [http://download.berlios.de/amule/aMule-App-Container.tar.bz2 aMule's app-Container]: ''curl -O http://download.berlios.de/amule/aMule-App-Container.tar.bz2''&lt;br /&gt;
&lt;br /&gt;
You must extract the app container in your ''amule'' directory: possible ''~/amule''&lt;br /&gt;
To extract it: ''tar -xjf aMule-App-Container.tar.bz2''&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' If the app-Container failed to extract try running this command instead of the app-Container extraction step: ''mkdir -p aMule.app/Contents/MacOS''&lt;br /&gt;
&lt;br /&gt;
Once the installation is finished, you can safely remove the app-Container package: ''rm aMule-App-Container.tar.bz2''&lt;/div&gt;</summary>
		<author><name>216.251.189.144</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-01-15T01:24:44Z</updated>
		
		<summary type="html">&lt;p&gt;216.251.189.144: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The following steps will lead you to install [[aMule]] in your [http://www.apple.com/macosx MacOS X] box.&lt;br /&gt;
&lt;br /&gt;
You can get also the most recent binnary of [[aMule]] for [http://www.apple.com/macosx MacOS X] dowloading this: http://download.berlios.de/amule/aMule.zip&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This HowTo is written to compile and install [[aMule]] 2.0.0-rc8. It will not work for older versions. Please note that you should always download the latest [[aMule]] version available.&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' This document explains how to download files using [http://curl.haxx.se curl]. However, [http://curl.haxx.se curl] might not be installed on your system: either install it (you can use [http://fink.sourceforge.net Fink] to instal it) or download the files with whatever application you want (maybe your web browser), but place them in the directory that's being used on each part of the guide, otherwise the commands that are shown here will not work.&lt;br /&gt;
&lt;br /&gt;
== Setting up the required environment ==&lt;br /&gt;
&lt;br /&gt;
These steps are one-time-only steps necessary for the steps in the following sections to work properly.&lt;br /&gt;
&lt;br /&gt;
# Xcode&lt;br /&gt;
## Install [http://developer.apple.com/tools/xcode Xcode Tools] from http://developer.apple.com/tools/download&lt;br /&gt;
## &amp;quot;Getting ADC ID&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;
# Fink&lt;br /&gt;
## Install (or verify installation if already installed) [http://fink.sourceforge.net Fink] from http://fink.sourceforge.net/download&lt;br /&gt;
# gettext&lt;br /&gt;
## Using [http://fink.sourceforge.net Fink], install [http://www.gnu.org/software/gettext gettext].  Read [http://fink.sourceforge.net/download Fink's installation guide] to learn how to install applications through [http://fink.sourceforge.net Fink] (the [http://www.gnu.org/software/gettext gettext] package is ''gettext'').&lt;br /&gt;
# Working directories&lt;br /&gt;
## Make ''amule'' dir in your home directory: ''mkdir ~/amule''&lt;br /&gt;
## Make ''wxmac'' dir in your home directory: ''mkdir ~/wxmac''&lt;br /&gt;
&lt;br /&gt;
== Obtaining [[wxMac]] sources ==&lt;br /&gt;
&lt;br /&gt;
'''ATTENTION:''' [[wxMac]] 2.5.3 has a couple of bugs which cause [[aMule]] 2.0.0-rc8 to crash. One bug causes [[aMule]] to crash just after starting up, the other causes it to crash at a random later time :-(. The only work-around is to pull the wxWidgets sources from CVS and patch them!&lt;br /&gt;
&lt;br /&gt;
You have two options, downloading a CVS snapshot or performing a checkout through the wxWidgets CVS server.  The snapshot may be faster to download; the CVS server will give you the most up-to-date sources and the most flexibility if you need sources from a previous day (for example, to avoid bugs that may crop up in the ever-changing source).  On the other hand, the sources from the snapshot, once extracted, take nearly 6 times as much disk space as those checked out from the CVS server because they include files not necessary for compiling on Mac OS X.&lt;br /&gt;
&lt;br /&gt;
=== '''Option 1:''' Obtaining [[wxMac]] sources from CVS snapshot ===&lt;br /&gt;
&lt;br /&gt;
These instructions were adapted from http://wxwidgets.org/cvs.htm&lt;br /&gt;
&lt;br /&gt;
# Enter the ''wxmac'' directory: ''cd ~/wxmac''&lt;br /&gt;
# Get the [[wxMac]] CVS snapshot (found at [http://wxwindows.sourceforge.net/snapshots/ http://wxwindows.sourceforge.net/snapshots/] as ''wx-cvs.tar.bz2'') and place it in your ''~/wxmac'' directory: ''curl -O http://biolpc22.york.ac.uk/pub/CVS_HEAD/wx-cvs.tar.bz2''&lt;br /&gt;
# Extract it: ''tar -xjf wx-cvs.tar.bz2''&lt;br /&gt;
# '''Optional:''' You may delete the archive after extracting its contents: ''rm wx-cvs.tar.bz2''&lt;br /&gt;
&lt;br /&gt;
=== '''Option 2:''' Obtaining [[wxMac]] sources from CVS server ===&lt;br /&gt;
&lt;br /&gt;
These instructions were adapted from http://wxwidgets.org/cvs.htm&lt;br /&gt;
&lt;br /&gt;
# Enter the ''wxmac'' directory: ''cd ~/wxmac''&lt;br /&gt;
# Login (anonymously) to the wxWidgets CVS server (when prompted, enter ''anoncvs'' as the password): ''cvs -d :pserver:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets login''&lt;br /&gt;
# Checkout the [[wxMac]] sources from CVS: ''cvs -d :pserver:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets checkout wxMac''&lt;br /&gt;
&lt;br /&gt;
== Patching the [[wxMac]] sources ==&lt;br /&gt;
&lt;br /&gt;
The [[wxMac]] sources still contain some bugs which affect aMule.  One causes aMule to crash at random times.  Others cause aMule to leak memory.  Patches to fix [[wxMac]] have been submitted to the wxWidgets team.  These patches have not yet been approved by the wxWidgets developers and so should be considered experimental and approached with caution.  However, since the crashing bug seriously hampers the use of aMule, and several Mac aMule users have successfully tested the patch, you are strongly encouraged to apply it.  You should exercise judgment in applying the other patches.&lt;br /&gt;
&lt;br /&gt;
# Enter the ''wxmac'' directory: ''cd ~/wxmac''&lt;br /&gt;
# Patch the crashing bug in [[wxMac]]&lt;br /&gt;
## Download the patch file: ''curl &amp;quot;http://sourceforge.net/tracker/download.php?group_id=9863&amp;amp;atid=309863&amp;amp;file_id=114017&amp;amp;aid=1093852&amp;quot; -o doublefree.patch''&lt;br /&gt;
## Apply the patch to the sources: ''patch -d wxWidgets -p0 &amp;lt;doublefree.patch''&lt;br /&gt;
# '''Optional:''' Patch some memory leaks in [[wxMac]].&lt;br /&gt;
## Download the patch files: ''curl &amp;quot;http://sourceforge.net/tracker/download.php?group_id=9863&amp;amp;atid=309863&amp;amp;file_id=112952&amp;amp;aid=1088052&amp;quot; -o ctable.patch &amp;quot;http://sourceforge.net/tracker/download.php?group_id=9863&amp;amp;atid=309863&amp;amp;file_id=112949&amp;amp;aid=1088038&amp;quot; -o bitmap.patch''&lt;br /&gt;
## Apply the patches: ''cat ctable.patch bitmap.patch | patch -p0 -d wxWidgets''&lt;br /&gt;
&lt;br /&gt;
== Installing [[wxMac]] from sources ==&lt;br /&gt;
&lt;br /&gt;
# Enter the directory containing the [[wxMac]] sources: ''cd ~/wxmac/wxWidgets''&lt;br /&gt;
# Directory ''build'' should already be there. If not, create it with: ''mkdir build''&lt;br /&gt;
# Now enter ''build'' directory: ''cd build''&lt;br /&gt;
# Prepare the compilation: ''../configure''&lt;br /&gt;
# And compile: ''make''&lt;br /&gt;
# Now install [[wxMac]] compilation: ''sudo make install''&lt;br /&gt;
# Get back to your home directory, you're done: ''cd ~''&lt;br /&gt;
# '''Optional:''' If everything went ok, you can safely remove the [[wxMac]] sources (not recommended, since you might want to compile it again someday): ''rm -r ~/wxmac&lt;br /&gt;
&lt;br /&gt;
== Compiling and installing [[aMule]] ==&lt;br /&gt;
&lt;br /&gt;
# Enter the ''amule'' directory: ''cd ~/amule''&lt;br /&gt;
# Get [[aMule]]'s latest source code (aMule 2.0.0-rc8 sourcecode: [http://download.berlios.de/amule/aMule-2.0.0rc8.tar.bz2 http://download.berlios.de/amule/aMule-2.0.0rc8.tar.bz2]) and place it in your ''~/amule'' directory: ''curl -O http://download.berlios.de/amule/aMule-2.0.0rc8.tar.bz2''&lt;br /&gt;
# Extract it: ''tar -xjf aMule-2.0.0rc8.tar.bz2''&lt;br /&gt;
# Enter [[aMule]]'s sources directory: ''cd aMule-2.0.0rc8''&lt;br /&gt;
# Prepare the compilation (thanks to '''one_2_one''' and '''Babboia''' for his test&amp;amp;fix): ''./configure --disable-systray --disable-gtk --with-wx-config=/usr/local/bin/wx-config''&lt;br /&gt;
# And compile it: ''make''&lt;br /&gt;
# '''Optional:''' You can reduce the size of [[aMule]] from 44MB to 3MB by doing the following (anyway, this will make the [[aMule]] binary lose debug info, so you'll be unable to report problems to the [[aMule devs|aMule Team]] to make [[aMule]] a better program; so, it is not recommended): ''strip src/amule''&lt;br /&gt;
# Copy the ''amule'' binary to the app-Container directory: ''cp src/amule amule.app/Contents/MacOS/'' ('''NOTE:''' If the ''MacOS'' directory is missing in ''amule.app'', create it by typing ''mkdir amule.app/Contents/MacOS'' before executing the previous command. Thanks to '''dan''' for the tip)&lt;br /&gt;
# And copy ''amule.app'' directory to your Applications folder: ''cp -R amule.app /Applications''&lt;br /&gt;
# Get back to your home directory, you're done: ''cd ~''&lt;br /&gt;
# If everything went OK, you can safely remove the downloaded packages:&lt;br /&gt;
## Remove [[aMule]]'s sources package: ''rm ~/amule/aMule-2.0.0rc8.tar.bz2''&lt;br /&gt;
## Optionally remove the extracted [[aMule]] sources (not recommended, since you might want to compile it again someday): ''rm -r ~/amule''&lt;br /&gt;
&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;br /&gt;
&lt;br /&gt;
== Older releases ==&lt;br /&gt;
&lt;br /&gt;
In older releases ([[aMule]] 2.0.0-rc7 and earlier), the app container wasn't included with the sources. If you are compiling any of this older releases and do not whish to upgrade (remember it is '''strongly''' recommended to upgrade to the latest release), you can:&lt;br /&gt;
&lt;br /&gt;
*Download the latest [[aMule]] sources and get the app container from there (recommended option).&lt;br /&gt;
*Download [http://download.berlios.de/amule/aMule-App-Container.tar.bz2 aMule's app-Container]: ''curl -O http://download.berlios.de/amule/aMule-App-Container.tar.bz2''&lt;br /&gt;
&lt;br /&gt;
You must extract the app container in your ''amule'' directory: possible ''~/amule''&lt;br /&gt;
To extract it: ''tar -xjf aMule-App-Container.tar.bz2''&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' If the app-Container failed to extract try running this command instead of the app-Container extraction step: ''mkdir -p amule.app/Contents/MacOS''&lt;br /&gt;
&lt;br /&gt;
Once the installation is finished, you can safely remove the app-Container package: ''rm aMule-App-Container.tar.bz2''&lt;/div&gt;</summary>
		<author><name>216.251.189.144</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>2004-10-20T21:21:09Z</updated>
		
		<summary type="html">&lt;p&gt;216.251.189.144: Updated to aMule-2.0.0rc7&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The following is the commands you should type to install [[aMule]] on [http://www.apple.com/macosx MacOS X].&amp;lt;br&amp;gt;&lt;br /&gt;
This HowTo is written to install [[aMule]] cvs but should work for any other version. Please note that you should always download the latest [[aMule]] version available.&amp;lt;br&amp;gt;&lt;br /&gt;
Whenever ''[http://curl.haxx.se curl]'' is used, if it isn't installed on your system, just download the file manually.&lt;br /&gt;
Lines beginning with a ''#'' character are comments on what the following lines do.&lt;br /&gt;
&lt;br /&gt;
''&amp;lt;pre&amp;gt;&lt;br /&gt;
# install Xcode Tools&lt;br /&gt;
# http://developer.apple.com/tools/download/&lt;br /&gt;
# Getting ADC ID &amp;gt; Log In &amp;gt; Download Software &amp;gt; Developer Tools &amp;gt; Download Xcode Tools last release &amp;gt; Install&lt;br /&gt;
&lt;br /&gt;
# install Fink too, since gettext is needed&lt;br /&gt;
# http://fink.sourceforge.net&lt;br /&gt;
# read the info at http://fink.sourceforge.net/download to learn how to install gettext&lt;br /&gt;
&lt;br /&gt;
# make amule dir in home&lt;br /&gt;
cd ~&lt;br /&gt;
mkdir amule&lt;br /&gt;
cd amule&lt;br /&gt;
&lt;br /&gt;
# get source from the internet and unpack it&lt;br /&gt;
curl -O http://heanet.dl.sourceforge.net/sourceforge/wxwindows/wxMac-2.5.3.tar.gz&lt;br /&gt;
curl -O http://download.berlios.de/amule/aMule-2.0.0rc7.tar.bz2&lt;br /&gt;
tar -xzf wxMac-2.5.3.tar.gz&lt;br /&gt;
tar -xjf aMule-2.0.0rc7.tar.bz2&lt;br /&gt;
&lt;br /&gt;
# remove downloaded archives after unpacking&lt;br /&gt;
rm wxMac-2.5.3.tar.gz aMule-2.0.0rc7.tar.bz2&lt;br /&gt;
&lt;br /&gt;
# install wxMac&lt;br /&gt;
cd wxMac-2.5.3&lt;br /&gt;
# directory &amp;quot;build&amp;quot; should already be there. if not, create it with &lt;br /&gt;
# &amp;quot;mkdir build&amp;quot;:&lt;br /&gt;
cd build&lt;br /&gt;
../configure&lt;br /&gt;
make&lt;br /&gt;
sudo make install&lt;br /&gt;
cd ..&lt;br /&gt;
cd ..&lt;br /&gt;
&lt;br /&gt;
# compile aMule&lt;br /&gt;
cd aMule-2.0.0rc7&lt;br /&gt;
./configure --disable-systray  --disable-gtk --enable-embedded_crypto --with-wx-prefix=/usr/local --with-wx-config=/usr/local/bin/wx-config &lt;br /&gt;
make&lt;br /&gt;
&lt;br /&gt;
# optional: reduce size of amule from 44 MB to 3 MB while loosing&lt;br /&gt;
# debug info :-(&lt;br /&gt;
strip src/amule&lt;br /&gt;
&lt;br /&gt;
cd ..&lt;br /&gt;
&lt;br /&gt;
# create app-Container&lt;br /&gt;
curl -O http://download.berlios.de/amule/aMule-App-Container.tar.bz2&lt;br /&gt;
tar -xjf aMule-App-Container.tar.bz2&lt;br /&gt;
rm aMule-App-Container.tgz&lt;br /&gt;
cp aMule-2.0.0rc7/src/amule amule.app/Contents/MacOS/&lt;br /&gt;
&lt;br /&gt;
# move amule to your Applications folder&lt;br /&gt;
mv amule.app /Applications&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;''&lt;br /&gt;
&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 &lt;br /&gt;
damaged or incomplete'', right click on ''amule'' then click on ''Show Packages Contents'', &lt;br /&gt;
go to Contents&amp;gt;MacOS&amp;gt; and double click on ''amule''.&lt;br /&gt;
Next time you start from ''amule.app'' it will run fine.&lt;br /&gt;
If you still get the same error, move ''amule.app'' to the desktop and run it from there.&lt;/div&gt;</summary>
		<author><name>216.251.189.144</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>2004-10-20T19:47:42Z</updated>
		
		<summary type="html">&lt;p&gt;216.251.189.144: Updated to wxMac-2.5.3&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The following is the commands you should type to install [[aMule]] on [http://www.apple.com/macosx MacOS X].&amp;lt;br&amp;gt;&lt;br /&gt;
This HowTo is written to install [[aMule]] cvs but should work for any other version. Please note that you should always download the latest [[aMule]] version available.&amp;lt;br&amp;gt;&lt;br /&gt;
Whenever ''[http://curl.haxx.se curl]'' is used, if it isn't installed on your system, just download the file manually.&lt;br /&gt;
Lines beginning with a ''#'' character are comments on what the following lines do.&lt;br /&gt;
&lt;br /&gt;
''&amp;lt;pre&amp;gt;&lt;br /&gt;
# install Xcode Tools&lt;br /&gt;
# http://developer.apple.com/tools/download/&lt;br /&gt;
# Getting ADC ID &amp;gt; Log In &amp;gt; Download Software &amp;gt; Developer Tools &amp;gt; Download Xcode Tools last release &amp;gt; Install&lt;br /&gt;
&lt;br /&gt;
# install Fink too, since gettext is needed&lt;br /&gt;
# http://fink.sourceforge.net&lt;br /&gt;
# read the info at http://fink.sourceforge.net/download to learn how to install gettext&lt;br /&gt;
&lt;br /&gt;
# make amule dir in home&lt;br /&gt;
cd ~&lt;br /&gt;
mkdir amule&lt;br /&gt;
cd amule&lt;br /&gt;
&lt;br /&gt;
# get source from the internet and unpack it&lt;br /&gt;
curl -O http://heanet.dl.sourceforge.net/sourceforge/wxwindows/wxMac-2.5.3.tar.gz&lt;br /&gt;
curl -O http://download.berlios.de/amule/aMule-2.0.0rc6.tar.bz2&lt;br /&gt;
tar -xzf wxMac-2.5.3.tar.gz&lt;br /&gt;
tar -xjf aMule-2.0.0rc6.tar.bz2&lt;br /&gt;
&lt;br /&gt;
# remove downloaded archives after unpacking&lt;br /&gt;
rm wxMac-2.5.3.tar.gz aMule-2.0.0rc6.tar.bz2&lt;br /&gt;
&lt;br /&gt;
# install wxMac&lt;br /&gt;
cd wxMac-2.5.3&lt;br /&gt;
# directory &amp;quot;build&amp;quot; should already be there. if not, create it with &lt;br /&gt;
# &amp;quot;mkdir build&amp;quot;:&lt;br /&gt;
cd build&lt;br /&gt;
../configure&lt;br /&gt;
make&lt;br /&gt;
sudo make install&lt;br /&gt;
cd ..&lt;br /&gt;
cd ..&lt;br /&gt;
&lt;br /&gt;
# compile aMule&lt;br /&gt;
cd aMule-2.0.0rc6&lt;br /&gt;
./configure --disable-systray  --disable-gtk --enable-embedded_crypto --with-wx-prefix=/usr/local --with-wx-config=/usr/local/bin/wx-config &lt;br /&gt;
make&lt;br /&gt;
&lt;br /&gt;
# optional: reduce size of amule from 44 MB to 3 MB while loosing&lt;br /&gt;
# debug info :-(&lt;br /&gt;
strip src/amule&lt;br /&gt;
&lt;br /&gt;
cd ..&lt;br /&gt;
&lt;br /&gt;
# create app-Container&lt;br /&gt;
curl -O http://download.berlios.de/amule/aMule-App-Container.tar.bz2&lt;br /&gt;
tar -xjf aMule-App-Container.tar.bz2&lt;br /&gt;
rm aMule-App-Container.tgz&lt;br /&gt;
cp aMule-2.0.0rc6/src/amule amule.app/Contents/MacOS/&lt;br /&gt;
&lt;br /&gt;
# move amule to your Applications folder&lt;br /&gt;
mv amule.app /Applications&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;''&lt;br /&gt;
&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 &lt;br /&gt;
damaged or incomplete'', right click on ''amule'' then click on ''Show Packages Contents'', &lt;br /&gt;
go to Contents&amp;gt;MacOS&amp;gt; and double click on ''amule''.&lt;br /&gt;
Next time you start from ''amule.app'' it will run fine.&lt;br /&gt;
If you still get the same error, move ''amule.app'' to the desktop and run it from there.&lt;/div&gt;</summary>
		<author><name>216.251.189.144</name></author>	</entry>

	</feed>