<?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.193.12.134</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.193.12.134"/>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Special:Contributions/81.193.12.134"/>
		<updated>2026-04-05T14:28:21Z</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>2004-11-17T12:45:21Z</updated>
		
		<summary type="html">&lt;p&gt;81.193.12.134: &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;
This HowTo is written to install [[aMule]] 2.0.0-rc7 but should work for any other version. 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 then 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;
# 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;
# Install (or verify installation if already installed) [http://fink.sourceforge.net Fink], since [http://www.gnu.org/software/gettext gettext] and [[wxMac]] are installed along with [http://fink.sourceforge.net Fink], from http://fink.sourceforge.net/download&lt;br /&gt;
# Install [http://www.gnu.org/software/gettext gettext] and [[wxMac]] ([[wxMac]] is only available through [http://fink.sourceforge.net Fink] unstable on [http://www.apple.com/macosx MacOS] 10.3. If you are using [http://fink.sourceforge.net Fink] stable or [http://www.apple.com/macosx MacOS] 10.2 or earlier, either upgrade [http://fink.sourceforge.net Fink] to unstable and/or [http://www.apple.com/macosx MacOS] to 10.3, or check the  [[#Installing [[wxMac]] form sources|Installing [[wxMac]] form sources section]] of this document adn then go on with this section) through [http://fink.sourceforge.net Fink]. 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'' and the [[wxMac]] package is ''wxmac'' and ''wxmac-shlibs''),&lt;br /&gt;
# Read the documentation at http://fink.sourceforge.net/download to learn how to install [[wxMac]].&lt;br /&gt;
# Make ''amule'' dir in your home directory: ''mkdir ~/amule''&lt;br /&gt;
# Enter the ''amule'' directory you just created: ''cd ~/amule''&lt;br /&gt;
# Get [[aMule]]'s latest source code (aMule 2.0.0-rc7 sourcecode: [http://download.berlios.de/amule/aMule-2.0.0rc7.tar.bz2 http://download.berlios.de/amule/aMule-2.0.0rc7.tar.bz2]) and place it in your ''~/amule'' directory: curl -O http://download.berlios.de/amule/aMule-2.0.0rc7.tar.bz2&lt;br /&gt;
# Extract it: ''tar -xjf aMule-2.0.0rc7.tar.bz2''&lt;br /&gt;
# Enter [[aMule]]'s sources directory: ''cd aMule-2.0.0rc7''&lt;br /&gt;
# Prepare the compilation: ''./configure --disable-systray --disable-gtk --enable-embedded_crypto  --with-wx-prefix=/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]] binnary loose debug info, so you'll be unable to report problems to the [[aMule devs|aMule Team]] to make [[aMule]] a better program, which it is not recommended): ''strip src/amule''&lt;br /&gt;
# Get back to your ''amule'' directory: ''cd ~/amule''&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;
# Extract it: ''tar -xjf aMule-App-Container.tar.bz2''&lt;br /&gt;
# Copy the ''amule'' binnary to the app-Container directory: ''cp aMule-2.0.0rc7/src/amule amule.app/Contents/MacOS/''&lt;br /&gt;
# And move ''amule.app'' directory to your Applications folder: ''mv amule.app /Applications''&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.0rc7.tar.bz2''&lt;br /&gt;
## Remove the app-Container package: ''rm aMule-App-Container.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/aMule-2.0.0rc7''&lt;br /&gt;
## Optionally, if you if you decided to remove the extracted [[aMule]] sources, remove the ''~/amule'' directory (which should be empty by now): ''rmdir ~/amule''&lt;br /&gt;
&lt;br /&gt;
== Installing [[wxMac]] form sources ==&lt;br /&gt;
&lt;br /&gt;
Only follow this part of the guide if [[wxMac]] is not available through your [http://fink.sourceforge.net Fink] installation or if you really know what you're doing. In any other case, just jump to the next section.&lt;br /&gt;
&lt;br /&gt;
# Create a directory where all the work will be done: ''mkdir ~/wxmac''&lt;br /&gt;
# Enter that directory: ''cd ~/wxmac''&lt;br /&gt;
# Download [[wxMac]] sources: ''curl -O ftp://biolpc22.york.ac.uk/pub/2.5.3/wxMac-2.5.3.tar.gz''&lt;br /&gt;
# Extract the file: ''tar -xzf wxMac-2.5.3.tar.gz''&lt;br /&gt;
# Enter the extracted sources' directory: ''cd wxMac-2.5.3''&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;
# If everything went ok, you can safely remove:&lt;br /&gt;
## [[wxMac]]'s sources package: ''rm wxMac-2.5.3.tar.gz''&lt;br /&gt;
## Optionally remove the extracted [[wxMac]] sources (not recommended, since you might want to compile it again someday): ''rm -r ~/wxmac&lt;br /&gt;
&lt;br /&gt;
== Problems and solutions ==&lt;br /&gt;
&lt;br /&gt;
*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;
*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>81.193.12.134</name></author>	</entry>

	</feed>