<?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=80.131.56.217</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=80.131.56.217"/>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Special:Contributions/80.131.56.217"/>
		<updated>2026-04-05T19:46:00Z</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-10-05T05:07:20Z</updated>
		
		<summary type="html">&lt;p&gt;80.131.56.217: &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.2.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.2.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.2.tar.gz aMule-cvs-20040927.tar.bz2&lt;br /&gt;
&lt;br /&gt;
# install wxMac&lt;br /&gt;
cd wxMac-2.5.2&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;
cd ..&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;
# create app-Container&lt;br /&gt;
curl -O http://download.berlios.de/amule/aMule-App-Container.tgz&lt;br /&gt;
tar -xzf aMule-App-Container.tgz&lt;br /&gt;
rm aMule-App-Container.tgz&lt;br /&gt;
cp aMule-cvs/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;
&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;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
hopefully temporary comment of gerd.castan@z.zgs.de:&lt;br /&gt;
there seems to be a new version of http://download.berlios.de/amule/aMule-App-Container.tgz&lt;br /&gt;
(timestamp: 04-Oct-2004 17:05) which seems not to be in gzip format:&lt;br /&gt;
&amp;lt;pre&amp;gt;tar -xzf aMule-App-Container.tgz &lt;br /&gt;
gzip: stdin: not in gzip format&lt;br /&gt;
tar: Child returned status 1&lt;br /&gt;
tar: Error exit delayed from previous errors&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>80.131.56.217</name></author>	</entry>

	</feed>