<?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=62.167.210.100</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=62.167.210.100"/>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Special:Contributions/62.167.210.100"/>
		<updated>2026-04-05T22:26:09Z</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-07-25T00:18:01Z</updated>
		
		<summary type="html">&lt;p&gt;62.167.210.100: &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]] 2.0.0rc5 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;
# 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/crypto-5.1.tar.bz2&lt;br /&gt;
curl -O http://download.berlios.de/amule/aMule-2.0.0rc5.tar.gz&lt;br /&gt;
tar -xzf aMule-2.0.0rc5.tar.gz&lt;br /&gt;
tar -xjf crypto-5.1.tar.bz2&lt;br /&gt;
tar -xzf wxMac-2.5.2.tar.gz&lt;br /&gt;
&lt;br /&gt;
# remove downloaded archives after unpacking&lt;br /&gt;
rm wxMac-2.5.2.tar.gz crypto-5.1.tar.bz2 aMule-2.0.0rc5.tar.gz&lt;br /&gt;
&lt;br /&gt;
# install wxMac&lt;br /&gt;
cd wxMac-2.5.2&lt;br /&gt;
mkdir build&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;
# install libcrypto&lt;br /&gt;
cd crypto-5.1&lt;br /&gt;
make&lt;br /&gt;
sudo make install&lt;br /&gt;
cd ..&lt;br /&gt;
mv crypto-5.1 cryptopp&lt;br /&gt;
sudo ranlib /usr/lib/libcryptopp.a&lt;br /&gt;
&lt;br /&gt;
# install fink&lt;br /&gt;
# http://optusnet.dl.sourceforge.net/sourceforge/fink/Fink-0.7.0-Installer.dmg&lt;br /&gt;
sudo apt-get install gtk+&lt;br /&gt;
sudo apt-get install gtk+-shlibs&lt;br /&gt;
sudo apt-get install gd209&lt;br /&gt;
sudo apt-get install gd209-bin&lt;br /&gt;
sudo apt-get install gd209-shlibs&lt;br /&gt;
sudo apt-get install libjpeg&lt;br /&gt;
sudo apt-get install libpng3&lt;br /&gt;
sudo apt-get install libpng3-shlibs&lt;br /&gt;
&lt;br /&gt;
# install aMule&lt;br /&gt;
cd aMule-2.0.0rc5&lt;br /&gt;
./configure --disable-systray --disable-gsocket --disable-gtk --with-wx-prefix=/usr/local --with-wx-config=/usr/local/bin/wx-config --with-crypto-prefix=/Users/YOUR_NAME_HOME/amule/&lt;br /&gt;
make&lt;br /&gt;
cd ..&lt;br /&gt;
&lt;br /&gt;
# create app-Container&lt;br /&gt;
curl -O http://one2one.no.sapo.pt/amule.zip&lt;br /&gt;
unzip amule.zip&lt;br /&gt;
rm amule.zip&lt;br /&gt;
cp aMule-2.0.0rc5/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;
&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>62.167.210.100</name></author>	</entry>

	</feed>