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

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Talk:HowTo_compile_on_Mac</id>
		<title>Talk:HowTo compile on Mac</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Talk:HowTo_compile_on_Mac"/>
				<updated>2009-04-28T11:29:14Z</updated>
		
		<summary type="html">&lt;p&gt;PacoBell: Props to Mirko.grewing on the last edit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ah, good call, Mirko.grewing. Much more generic and versatile ;) --[[User:PacoBell|PacoBell]] 13:29, 28 April 2009 (CEST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Is there any reason we're not using wxWidgets from MacPorts instead of wxMac? Which is more stable/feature complete? --[[User:PacoBell|PacoBell]] 00:05, 20 April 2009 (CEST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I need to install newer versions of flex and automake to compile amule successfully on my machine. Maybe we should just add those as dependencies that should be installed through Fink. -- lionel77&lt;br /&gt;
&lt;br /&gt;
i have this:&lt;br /&gt;
port installed&lt;br /&gt;
The following ports are currently installed:&lt;br /&gt;
  autoconf @2.61_1 (active)&lt;br /&gt;
  automake @1.10.1_0 (active)&lt;br /&gt;
  expat @2.0.1_0 (active)&lt;br /&gt;
  flex @2.5.34_0 (active)&lt;br /&gt;
  gettext @0.17_3 (active)&lt;br /&gt;
  help2man @1.36.4_1 (active)&lt;br /&gt;
  libiconv @1.12_0 (active)&lt;br /&gt;
  libpng @1.2.24_0 (active)&lt;br /&gt;
  libtool @1.5.24_1 (active)&lt;br /&gt;
  m4 @1.4.10_1 (active)&lt;br /&gt;
  ncurses @5.6_0 (active)&lt;br /&gt;
  ncursesw @5.6_1 (active)&lt;br /&gt;
  p5-locale-gettext @1.05_0 (active)&lt;br /&gt;
  perl5.8 @5.8.8_1 (active)&lt;br /&gt;
  zlib @1.2.3_1 (active)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
when i tried to &amp;quot;./configure&amp;quot; amule, i got this&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
emac-bureau:amule-cvs maitedx$ ./configure --disable-systray --disable-gtk --enable-embedded_crypto    \&lt;br /&gt;
&amp;gt;            --with-wx-config=../wxMac-2.8.7/build/wx-config    \&lt;br /&gt;
&amp;gt;            --enable-cas --enable-webserver --enable-amulecmd    \&lt;br /&gt;
&amp;gt;            --enable-debug --disable-optimize --with-cryptopp=/usr/local/cryptopp&lt;br /&gt;
checking build system type... powerpc-apple-darwin9.2.0&lt;br /&gt;
checking host system type... powerpc-apple-darwin9.2.0&lt;br /&gt;
checking for a BSD-compatible install... /usr/bin/install -c&lt;br /&gt;
checking whether build environment is sane... yes&lt;br /&gt;
checking for gawk... no&lt;br /&gt;
checking for mawk... no&lt;br /&gt;
checking for nawk... no&lt;br /&gt;
checking for awk... awk&lt;br /&gt;
checking whether make sets $(MAKE)... yes&lt;br /&gt;
checking whether to enable maintainer-specific portions of Makefiles... no&lt;br /&gt;
checking for g++... g++&lt;br /&gt;
checking for C++ compiler default output file name... a.out&lt;br /&gt;
checking whether the C++ compiler works... yes&lt;br /&gt;
checking whether we are cross compiling... no&lt;br /&gt;
checking for suffix of executables... &lt;br /&gt;
checking for suffix of object files... o&lt;br /&gt;
checking whether we are using the GNU C++ compiler... yes&lt;br /&gt;
checking whether g++ accepts -g... yes&lt;br /&gt;
checking for style of include used by make... GNU&lt;br /&gt;
checking dependency style of g++... gcc3&lt;br /&gt;
checking how to run the C++ preprocessor... g++ -E&lt;br /&gt;
checking for gcc... gcc&lt;br /&gt;
checking whether we are using the GNU C compiler... yes&lt;br /&gt;
checking whether gcc accepts -g... yes&lt;br /&gt;
checking for gcc option to accept ANSI C... none needed&lt;br /&gt;
checking dependency style of gcc... gcc3&lt;br /&gt;
checking how to run the C preprocessor... gcc -E&lt;br /&gt;
checking for gawk... (cached) awk&lt;br /&gt;
checking for egrep... grep -E&lt;br /&gt;
checking whether make sets $(MAKE)... (cached) yes&lt;br /&gt;
checking for flex... flex&lt;br /&gt;
checking for yywrap in -lfl... yes&lt;br /&gt;
checking lex output file root... lex.yy&lt;br /&gt;
checking whether yytext is a pointer... yes&lt;br /&gt;
checking for a BSD-compatible install... /usr/bin/install -c&lt;br /&gt;
checking for ranlib... ranlib&lt;br /&gt;
checking for bison... bison -y&lt;br /&gt;
checking for ranlib... (cached) ranlib&lt;br /&gt;
checking for strip... strip&lt;br /&gt;
checking for ar... ar&lt;br /&gt;
checking for ld... ld&lt;br /&gt;
checking for zlib &amp;gt;= 1.1.4... yes (version 1.2.3)&lt;br /&gt;
checking for ANSI C header files... yes&lt;br /&gt;
checking for sys/types.h... yes&lt;br /&gt;
checking for sys/stat.h... yes&lt;br /&gt;
checking for stdlib.h... yes&lt;br /&gt;
checking for string.h... yes&lt;br /&gt;
checking for memory.h... yes&lt;br /&gt;
checking for strings.h... yes&lt;br /&gt;
checking for inttypes.h... yes&lt;br /&gt;
checking for stdint.h... yes&lt;br /&gt;
checking for unistd.h... yes&lt;br /&gt;
checking for gdlib-config... no&lt;br /&gt;
configure:&lt;br /&gt;
	WARNING: gd-lib &amp;gt;= 2.0.0, or a functional gd.h (from gd-devel) not found.&lt;br /&gt;
	Please check that gdlib-config is in your default path, check out&lt;br /&gt;
	LD_LIBRARY_PATH or equivalent variable.&lt;br /&gt;
	Or this might also be that your gdlib-config has other name.&lt;br /&gt;
	Please try again with --with-gdlib-config=/usr/bin/gdlib-config&lt;br /&gt;
	(replace /usr/bin/gdlib-config with a valid path to your gdlib-config).&lt;br /&gt;
	If you use compiled packages check if you have devel pack installed.&lt;br /&gt;
	To download the latest version check http://www.boutell.com/gd&lt;br /&gt;
	for sources.&lt;br /&gt;
    &lt;br /&gt;
checking for libpng-config... /opt/local/bin/libpng-config&lt;br /&gt;
checking for libpng version &amp;gt;= 1.2.0... yes (version 1.2.24)&lt;br /&gt;
checking for File::Copy... ok&lt;br /&gt;
checking whether we need the GUI... no&lt;br /&gt;
checking for exception-handling... yes&lt;br /&gt;
checking for the --with-toolkit option... will be automatically detected&lt;br /&gt;
checking for the --with-wxshared option... will be automatically detected&lt;br /&gt;
checking for the --with-wxdebug option... will be automatically detected&lt;br /&gt;
checking for the --with-wxversion option... will be automatically detected&lt;br /&gt;
checking for wx-config... ../wxMac-2.8.7/build/wx-config&lt;br /&gt;
checking for wxWidgets version &amp;gt;= 2.8.0 (--unicode=yes)... yes (version 2.8.7)&lt;br /&gt;
checking for wxWidgets static library... yes&lt;br /&gt;
checking if wxWidgets was built in DEBUG mode... yes&lt;br /&gt;
checking if wxWidgets was built in STATIC mode... yes&lt;br /&gt;
checking which wxWidgets toolkit was selected... mac&lt;br /&gt;
checking that wxWidgets has support for large files... yes&lt;br /&gt;
checking for crypto++ version &amp;gt;= 5.1... configure: error:&lt;br /&gt;
	Specifying the cryptopp source files directory for &amp;quot;--with-crypto-prefix=&amp;quot;&lt;br /&gt;
	will not work because cryptopp uses headers with the same name of system&lt;br /&gt;
	headers (e.g. zlib.h) and you must be able to distinguish the system&lt;br /&gt;
	headers from cryptopp headers in an #include directive.&lt;br /&gt;
	Please run &amp;quot;PREFIX=/home/YourUserName/usr/cryptopp make install&amp;quot; on&lt;br /&gt;
	the cryptopp directory to properly install cryptopp in your system.&lt;br /&gt;
emac-bureau:amule-cvs maitedx$ make&lt;br /&gt;
make: *** No targets specified and no makefile found.  Stop.&lt;br /&gt;
emac-bureau:amule-cvs maitedx$&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
what do i have to do ?&lt;/div&gt;</summary>
		<author><name>PacoBell</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Mac_specific_usage</id>
		<title>Mac specific usage</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Mac_specific_usage"/>
				<updated>2009-04-27T12:15:16Z</updated>
		
		<summary type="html">&lt;p&gt;PacoBell: /* Handling ed2k-Links */ More options for handling ED2K URLs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
'''English''' | &lt;br /&gt;
[[Mac_specific_usage-fr|Fran&amp;amp;ccedil;ais]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
This article is a guideline for Mac-specific issues in [[aMule]]. It should help anyone use all the features aMule has to offer on Macs and help with an  easy and comfortable setup.&lt;br /&gt;
&lt;br /&gt;
== Right/control-click to activate pop-up menus ==&lt;br /&gt;
&lt;br /&gt;
Many of aMule's features are only accessible through pop-up menus, e.g. [[pause]] or [[cancel]] a [[download]] change the [[upload]] or download [[priority]] of a [[file]], see [[Usage_File_Details|file details]], etc.&lt;br /&gt;
&lt;br /&gt;
You activate a pop-up menu either by clicking the right mouse button or, if you have a one-button mouse, by holding down the control key on your keyboard and clicking.&lt;br /&gt;
&lt;br /&gt;
There are no visual cues to where these menus exist, so you need to experiment. You may for example try any list of files, [[client]]s and [[server]]s, all the labels on the top of these lists (e.g. &amp;quot;File Name&amp;quot;) and the bar &amp;quot;all&amp;quot; at the top of the download window.&lt;br /&gt;
&lt;br /&gt;
== Setting up firewall access ==&lt;br /&gt;
In addition to properly configuring your router to handle port forwarding, you need to configure the settings of the built-in firewall that comes included with Mac OS X. To do so:&amp;lt;br&amp;gt;&lt;br /&gt;
1. Go to Apple Menu &amp;gt; System Preferences.&amp;lt;br&amp;gt;&lt;br /&gt;
2. Click on the &amp;quot;Security&amp;quot; Preferences Pane.&amp;lt;br&amp;gt;&lt;br /&gt;
3. Click on the &amp;quot;Firewall&amp;quot; tab.&amp;lt;br&amp;gt;&lt;br /&gt;
4. Click &amp;quot;New...&amp;quot; on the right side of the tab, which will bring up a drop-down dialogue box.&amp;lt;br&amp;gt;&lt;br /&gt;
5. For &amp;quot;Port Name&amp;quot; select &amp;quot;Other&amp;quot;; for &amp;quot;TCP Port Number(s)&amp;quot; enter the same port number as you used in your &amp;quot;Connection&amp;quot; preferences in aMule; for &amp;quot;Description&amp;quot; enter something handy to remember what you did, like &amp;quot;aMule&amp;quot;; click &amp;quot;OK&amp;quot;.&amp;lt;br&amp;gt;&lt;br /&gt;
6. Returning to the &amp;quot;Firewall&amp;quot; tab, be sure that the port you just created (i.e. &amp;quot;aMule&amp;quot;) is checked. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now you should be good to go. You can see if you have correctly opened the port by testing [http://www.amule.org/testport.php here] .&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Handling ed2k-Links ==&lt;br /&gt;
There are basically four ways to download files with aMule:&lt;br /&gt;
&lt;br /&gt;
#[[Search]] for files using aMule's [[Usage_Searches|search dialog]] and double click those search results that you want to download.&lt;br /&gt;
#Copy [[ed2k link|ed2k-links]] from a web page into the &amp;quot;[[Usage_ED2K_Link_Handler|ED2K-Link Handler]]&amp;quot; field at the bottom of the search window of aMule and press the commit button. If the ed2k-link is longer than that text field is wide you need to make the aMule window wider until the link fits completely into the field (you can make the aMule window wider than your screen if necessary). We are working on eliminating this issue.&lt;br /&gt;
#Import ed2k-links directly from your browser into aMule. See http://forum.amule.org/index.php?topic=5679.0 for more details.&lt;br /&gt;
#Use a text editor (e.g. TextEdit) to paste ed2k-links into a &amp;quot;[[ED2KLinks_file|ED2Links]]&amp;quot; file inside ''~/Library/Application Support/aMule/'' and aMule will automatically import those links.&lt;br /&gt;
#Install [http://www.monkeyfood.com/software/MoreInternet/ More Internet Preference Pane] or [http://www.rubicode.com/Software/RCDefaultApp/ RCDefaultApp] and set it to handle ed2k links with ''/Applications/aMule.app/Contents/MacOS/ed2kHelperScript.app''&lt;br /&gt;
&lt;br /&gt;
== Setting up aMule's video preview feature ==&lt;br /&gt;
You can use a video player like [http://www.videolan.org VLC] or [http://www.mplayerhq.hu Mplayer] to preview incomplete downloads of video files. To set up aMule properly for this, go to Preferences -&amp;gt; General. Under &amp;quot;Video Player&amp;quot;, you have to enter &amp;quot;/usr/bin/open -a&amp;quot; together with the path of your video player program.&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
 /usr/bin/open -a &amp;quot;/Applications/VLC.app&amp;quot;&lt;br /&gt;
 /usr/bin/open -a &amp;quot;/Applications/vlc-0.8.4a/VLC.app&amp;quot;&lt;br /&gt;
 /usr/bin/open -a &amp;quot;/Applications/MPlayer OS X 2.0b8r5/MPlayer OS X 2.app&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Or just &amp;quot;/usr/bin/open&amp;quot; to use the default application for the specific file type - as set up in the finder.&lt;br /&gt;
&lt;br /&gt;
For additional information, see [[Usage_Preferences|this article]].&lt;/div&gt;</summary>
		<author><name>PacoBell</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>2009-04-25T16:03:12Z</updated>
		
		<summary type="html">&lt;p&gt;PacoBell: /* Step 4: Compile wxMac */ Added wxTextCtrl patch for performance opimization missing in wxMac-2.8.10&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
'''English''' | &lt;br /&gt;
[[HowTo_compile_on_Mac-de|Deutsch]] | &lt;br /&gt;
[[HowTo_compile_on_Mac-es|Espa&amp;amp;ntilde;ol]] | &lt;br /&gt;
[[HowTo_compile_on_Mac-fr|Fran&amp;amp;ccedil;ais]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
How to get and install [[aMule]] on [http://www.apple.com/macosx/ Apple Mac OS X].&lt;br /&gt;
&lt;br /&gt;
# You can simply download the finished application ('binary release'); &lt;br /&gt;
# You compile it from a [[aMule SVN|SVN source snapshot]] or [http://www.amule.org/files/files.php?cat=42 stable release source].&lt;br /&gt;
&lt;br /&gt;
== Binary releases ==&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/files.php?cat=30 aMule-2.2.3-Mac]&lt;br /&gt;
# Check the Mac forum for a more recent user posted binary: [http://forum.amule.org/index.php?board=49.0 aMule forum]&lt;br /&gt;
&lt;br /&gt;
Now, to install the downloaded binary, just drag the aMule application to a folder of your choice (e.g., ''/Applications'').&lt;br /&gt;
&lt;br /&gt;
To start aMule, double-click the application icon.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' You might want to take a look at the [[Mac specific usage]] article.&lt;br /&gt;
&lt;br /&gt;
== Compiling from source ==&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://www.amule.org/files/files.php?cat=42 aMule source].&lt;br /&gt;
&lt;br /&gt;
=== Get the sources and development tools ===&lt;br /&gt;
==== Step 1: Download and install [http://developer.apple.com/tools/xcode Xcode] ====&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. &lt;br /&gt;
&lt;br /&gt;
You will need at least version 2.1 of Xcode, a more recent version is preferable though. You can download the most recent version of Xcode from Apple, but you will need to sign up for a free-of-charge developer account first or log-in using your iTunes Store account.&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;
==== Step 2: Install [http://www.macports.org MacPorts]====&lt;br /&gt;
[http://www.macports.org MacPorts] is an open source installer for lots of open source tools ported to [http://macos.apple.com Mac OS X]. aMule needs a few of these tools to compile properly. Alternatively, &amp;lt;del&amp;gt;you can also use [http://www.finkproject.org/ Fink] to install these tools or&amp;lt;/del&amp;gt; (it seems that fink lacks many of the needed tools) you can install them manually .&lt;br /&gt;
&lt;br /&gt;
# Download the most recent version of [http://www.macports.org MacPorts]&lt;br /&gt;
# Read [http://guide.macports.org/ MacPorts' documentation] to learn how to install applications through [http://www.macports.org MacPorts].&lt;br /&gt;
&lt;br /&gt;
===== Syntax of most important commands =====&lt;br /&gt;
Packages list can be downloaded/updated through&lt;br /&gt;
&lt;br /&gt;
  $ sudo port selfupdate&lt;br /&gt;
&lt;br /&gt;
Packages can be installed through&lt;br /&gt;
&lt;br /&gt;
  $ sudo port install ''package_name''&lt;br /&gt;
&lt;br /&gt;
and removed with&lt;br /&gt;
&lt;br /&gt;
  $ sudo port uninstall ''package_name''&lt;br /&gt;
&lt;br /&gt;
Port variants can be invoked with the plus sign:&lt;br /&gt;
&lt;br /&gt;
  $ sudo port install ''package_name'' +universal&lt;br /&gt;
&lt;br /&gt;
==== Step 3: Install libraries and tools ====&lt;br /&gt;
&lt;br /&gt;
These are the package that provides (with dependancies) all needed libraries and tools to build [[wxWidgets]] and [[aMule]] with most of feature:&lt;br /&gt;
&lt;br /&gt;
# automake&lt;br /&gt;
# binutils&lt;br /&gt;
# flex&lt;br /&gt;
# gettext&lt;br /&gt;
# libpng&lt;br /&gt;
# libcryptopp&lt;br /&gt;
# libiconv&lt;br /&gt;
# gd2&lt;br /&gt;
# jpeg&lt;br /&gt;
# libgeoip&lt;br /&gt;
# libupnp&lt;br /&gt;
# pkgconfig&lt;br /&gt;
&lt;br /&gt;
This should be enough:&lt;br /&gt;
&lt;br /&gt;
  $ sudo port install automake binutils flex libpng libcryptopp gd2 libgeoip libupnp&lt;br /&gt;
&lt;br /&gt;
==== Step 4: Compile [[wxWidgets|wxMac]] ====&lt;br /&gt;
[[wxWidgets|wxMac]] is the port of the [[wxWidgets]] library for [http://www.apple.com/macosx Mac OS X]. This library is used to make [[aMule]] 'multi-platform'.&lt;br /&gt;
&lt;br /&gt;
Get the source from: http://www.wxwidgets.org/downloads/ (Source Archives: wxMac) and extract the archive on your desktop.&amp;lt;br&amp;gt;&lt;br /&gt;
Download [http://trac.wxwidgets.org/raw-attachment/ticket/9012/textctrl_optimization.diff this patch file] to your desktop.&amp;lt;br&amp;gt;&lt;br /&gt;
Now open a Terminal and type&lt;br /&gt;
&lt;br /&gt;
 $ patch /Users/mirko/Desktop/wxMac-2.8.10/src/mac/carbon/textctrl.cpp /Users/mirko/Desktop/textctrl_optimization.diff&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This patch greatly increases performance of wxTextCtrl and prevents aMule from hanging under rapid logging.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
type&lt;br /&gt;
&lt;br /&gt;
 $ cd&lt;br /&gt;
&lt;br /&gt;
leave a space after the command, than drag and drop the wxMac uncompressed folder into the Terminal window: the complete path of the folder will be printed on screen. For example:&lt;br /&gt;
&lt;br /&gt;
  $ cd /Users/mirko/Desktop/wxMac-2.8.10/&lt;br /&gt;
&lt;br /&gt;
Press enter.&lt;br /&gt;
Now configure and compile the package with the command:&lt;br /&gt;
&lt;br /&gt;
  $ ./configure --disable-shared --enable-unicode --disable-debug --disable-debug_gdb --with-libiconv-prefix=/opt/local &amp;amp;&amp;amp; make -j8&lt;br /&gt;
&lt;br /&gt;
'''Note:''' The above command doesn't enable debug information. Debug informations allows you to submit a helpful stacktrace if [[aMule]] crashes or a sample if it hangs to the [[aMule devs|aMule developers]]. If you want to compile a debug version then you can use &amp;quot;--enable-debug --enable-debug_gdb&amp;quot; instead.&lt;br /&gt;
&lt;br /&gt;
==== Step 5: Compile [[aMule]] ====&lt;br /&gt;
Download [http://www.amule.org/files/files.php?cat=42 aMule source] and extract archive into the same place of wxMac (i.e. your desktop if you are following out suggestion).&lt;br /&gt;
Open a Terminal and type:&lt;br /&gt;
&lt;br /&gt;
  $ cd&lt;br /&gt;
&lt;br /&gt;
then leave a space and drag and drop aMule uncompressed folder whose path will be printed on screen, for example:&lt;br /&gt;
&lt;br /&gt;
  $ cd /Users/mirko/Desktop/aMule-2.2.4&lt;br /&gt;
&lt;br /&gt;
Press Enter. Now it's possible to configure the sources: there are several options that can be used to activate or deactivate feature during compiling. This is only an example, that provide a full feature aMule build:&lt;br /&gt;
&lt;br /&gt;
  $ ./configure --disable-systray --disable-gtk --enable-embedded_crypto --with-wx-config=../wxMac-2.8.10/wx-config \&lt;br /&gt;
  --enable-optimize --with-crypto-prefix=/opt/local --with-gdlib-config=/opt/local/bin/gdlib-config  --with-libiconv-prefix=/opt/local  \&lt;br /&gt;
  --enable-cas --enable-webserver --enable-amulecmd --enable-amule-gui --enable-wxcas --enable-alc --enable-alcc --enable-amule-daemon \&lt;br /&gt;
  --enable-geoip --with-geoip-lib=/opt/local/lib --with-geoip-headers=/opt/local/include --enable-geoip-static --enable-debug --enable-debug_gdb&lt;br /&gt;
&lt;br /&gt;
Take a look to the [[configure]] page for a complete list of options.&lt;br /&gt;
You should pay attention to these elements:&lt;br /&gt;
&lt;br /&gt;
# The given example enables debug informations. To disable them change the options ''--enable-debug --enable-debug_gdb'' with ''--disable-debug --disable-debug_gdb --enable-optimize''.&lt;br /&gt;
# The option ''--with-wx-config'' must point to the correct relative path of the compiled wxMac. The example assumes that aMule and wxMac folders are in the same directory (i.e. your desktop). You should also correct the wxMac folder's name according to its version (in the example is 2.8.10).&lt;br /&gt;
# The option ''--with-crypto-prefix'' should point to /usr/local/cryptopp if you compiled Crypto++ starting from its source, out of MacPorts.&lt;br /&gt;
# '''IMPORTANT!''' It seems that Mac OS version of ''ld'' tool is not able to make static library. So if you plan to run/install your compiled aMule on other Mac which doesn't have MacPorts installed you MUST remove the ''--enable-geoip-static'' option to avoid a crash when the program starts.&lt;br /&gt;
&lt;br /&gt;
Now it's time to make you packages with:&lt;br /&gt;
&lt;br /&gt;
  $ make -j8&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
  ./src/utils/scripts/mac_packager&lt;br /&gt;
&lt;br /&gt;
You should find the aMule package in the same source folder.&lt;br /&gt;
&lt;br /&gt;
=== APPENDIX: Universal Binary ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=red&amp;gt;Warning, this section should be hardly revised since it doesn't work at all!&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If no specific options are added, the system compile the packages for the native architecture (i.e. i386 if you are using a Mac Intel or ppc for PowerPcs).&lt;br /&gt;
If you plan to distribute your package or to use it on different platform you probably want to build a [http://en.wikipedia.org/wiki/Universal_binary universal binary] app.&lt;br /&gt;
&lt;br /&gt;
To get a UB package you should &lt;br /&gt;
&lt;br /&gt;
# Install all the libraries and tools (Step 3) through MacPorts invoking the ''+universal'' variant.&lt;br /&gt;
# Attache the option &amp;quot;--enable-universal_binary&amp;quot; to the ''configure'' command of wxMac (Step 4).&lt;br /&gt;
# Add the following options to the aMule ''config'', if you are using Leopard (change &amp;quot;MacOSX10.5.sdk&amp;quot; to &amp;quot;MacOSX10.4.sdk&amp;quot; if you are using Tiger):&lt;br /&gt;
  --disable-dependency-tracking \&lt;br /&gt;
  CFLAGS=&amp;quot;-arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk&amp;quot; \&lt;br /&gt;
  CXXFLAGS=&amp;quot;-arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk&amp;quot;&lt;/div&gt;</summary>
		<author><name>PacoBell</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Amule.conf_file</id>
		<title>Amule.conf file</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Amule.conf_file"/>
				<updated>2009-04-24T21:44:14Z</updated>
		
		<summary type="html">&lt;p&gt;PacoBell: What the heck?! Why were there duplicated sections here?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;'''English''' | [[Amule.conf_file-de|Deutsch]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== File ==&lt;br /&gt;
'''Name:''' ''amule.conf''&lt;br /&gt;
&lt;br /&gt;
'''Location:''' &amp;lt;br&amp;gt;&lt;br /&gt;
Linux ''~/.aMule/''&amp;lt;br&amp;gt;&lt;br /&gt;
Mac OS X ''~/Library/Application\ Support/aMule/''&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
This file contains [[aMule]]'s configuration.&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
amule.conf is a plain text file which you can open and modify using any standard editor.&lt;br /&gt;
&lt;br /&gt;
'#' is a special character; any text after this character is identified as a comment and will be ignored.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
Following an amule.conf file fresh after a new install:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[eMule]&lt;br /&gt;
AppVersion=aMule 2.1.0&lt;br /&gt;
Nick=http://www.aMule.org&lt;br /&gt;
NewVersionCheck=0&lt;br /&gt;
StartupMinimized=0&lt;br /&gt;
ConfirmExit=0&lt;br /&gt;
EnableTrayIcon=0&lt;br /&gt;
MinToTray=0&lt;br /&gt;
ToolTipDelay=1&lt;br /&gt;
MaxDownload=0&lt;br /&gt;
MaxUpload=0&lt;br /&gt;
SlotAllocation=2&lt;br /&gt;
DownloadCapacity=3&lt;br /&gt;
UploadCapacity=3&lt;br /&gt;
Port=4662&lt;br /&gt;
UDPPort=4672&lt;br /&gt;
UDPDisable=0&lt;br /&gt;
MaxSourcesPerFile=300&lt;br /&gt;
MaxConnections=500&lt;br /&gt;
ConnectToED2K=1&lt;br /&gt;
ConnectToKad=1&lt;br /&gt;
Autoconnect=1&lt;br /&gt;
Reconnect=1&lt;br /&gt;
ShowOverhead=0&lt;br /&gt;
RemoveDeadServer=1&lt;br /&gt;
DeadServerRetry=2&lt;br /&gt;
Serverlist=0&lt;br /&gt;
AddServersFromServer=1&lt;br /&gt;
AddServersFromClient=1&lt;br /&gt;
Scoresystem=1&lt;br /&gt;
SmartIdCheck=1&lt;br /&gt;
SafeServerConnect=0&lt;br /&gt;
AutoConnectStaticOnly=0&lt;br /&gt;
ManualHighPrio=0&lt;br /&gt;
ICH=1&lt;br /&gt;
AICHTrust=0&lt;br /&gt;
AddNewFilesPaused=0&lt;br /&gt;
DAPPref=1&lt;br /&gt;
PreviewPrio=0&lt;br /&gt;
UAPPref=1&lt;br /&gt;
FullChunkTransfers=1&lt;br /&gt;
StartNextFile=0&lt;br /&gt;
StartNextFileSameCat=0&lt;br /&gt;
CheckDiskspace=1&lt;br /&gt;
MinFreeDiskSpace=1&lt;br /&gt;
ExecOnCompletion=0&lt;br /&gt;
ExecOnCompletionCommand=sh -c '~/example.sh &amp;quot;%FILE&amp;quot; %HASH'&lt;br /&gt;
IncomingDir=/home/ihmselbst/.aMule/Incoming&lt;br /&gt;
TempDir=/home/ihmselbst/.aMule/Temp&lt;br /&gt;
ShareHiddenFiles=0&lt;br /&gt;
VideoPlayer=&lt;br /&gt;
VideoPreviewBackupped=1&lt;br /&gt;
StatGraphsInterval=3&lt;br /&gt;
StatsAverageMinutes=5&lt;br /&gt;
VariousStatisticsMaxValue=100&lt;br /&gt;
statsInterval=30&lt;br /&gt;
MaxConnectionsPerFiveSeconds=20&lt;br /&gt;
FileBufferSizePref=16&lt;br /&gt;
QueueSizePref=50&lt;br /&gt;
ServerKeepAliveTimeout=0&lt;br /&gt;
3DDepth=10&lt;br /&gt;
AutoSortDownloads=0&lt;br /&gt;
ShowInfoOnCatTabs=0&lt;br /&gt;
ShowRatesOnTitle=0&lt;br /&gt;
VerticalToolbar=0&lt;br /&gt;
SeeShare=2&lt;br /&gt;
IPFilterAutoLoad=1&lt;br /&gt;
IPFilterURL=&lt;br /&gt;
FilterLevel=127&lt;br /&gt;
FilterLanIPs=1&lt;br /&gt;
OnlineSignature=0&lt;br /&gt;
OnlineSignatureUpdate=5&lt;br /&gt;
OSDirectory=/home/ihmselbst/.aMule/&lt;br /&gt;
FilterMessages=0&lt;br /&gt;
FilterAllMessages=0&lt;br /&gt;
MessagesFromFriendsOnly=0&lt;br /&gt;
MessageFromValidSourcesOnly=1&lt;br /&gt;
FilterWordMessages=0&lt;br /&gt;
MessageFilter=&lt;br /&gt;
VerboseDebug=0&lt;br /&gt;
Language=&lt;br /&gt;
SplitterbarPosition=75&lt;br /&gt;
YourHostname=&lt;br /&gt;
DateTimeFormat=%A, %x, %X&lt;br /&gt;
IndicateRatings=1&lt;br /&gt;
AllcatType=0&lt;br /&gt;
ShowAllNotCats=0&lt;br /&gt;
DisableKnownClientList=0&lt;br /&gt;
DisableQueueList=0&lt;br /&gt;
MaxMessageSessions=50&lt;br /&gt;
PermissionsFiles=416&lt;br /&gt;
PermissionsDirs=488&lt;br /&gt;
Address=&lt;br /&gt;
StatColor0=4194304&lt;br /&gt;
StatColor1=16761024&lt;br /&gt;
StatColor2=8454016&lt;br /&gt;
StatColor3=53760&lt;br /&gt;
StatColor4=32768&lt;br /&gt;
StatColor5=8421631&lt;br /&gt;
StatColor6=200&lt;br /&gt;
StatColor7=140&lt;br /&gt;
StatColor8=16750230&lt;br /&gt;
StatColor9=12583104&lt;br /&gt;
StatColor10=8454143&lt;br /&gt;
StatColor11=0&lt;br /&gt;
StatColor12=8454016&lt;br /&gt;
StatColor13=53760&lt;br /&gt;
StatColor14=32768&lt;br /&gt;
TableSortingServer=0&lt;br /&gt;
TableWidthsServer=150,140,25,150,25,40,45,60,40,40,80&lt;br /&gt;
TableSortingDownload=0&lt;br /&gt;
TableWidthsDownload=260,60,65,65,65,170,50,55,70,110,220,220&lt;br /&gt;
TableSortingUploads=0&lt;br /&gt;
TableWidthsUploads=150,275,100,60,65,60,60,110,100,100,100&lt;br /&gt;
TableSortingShared=0&lt;br /&gt;
TableWidthsShared=250,100,50,70,220,100,100,120,120,120,220&lt;br /&gt;
[FakeCheck]&lt;br /&gt;
Browser=0&lt;br /&gt;
CustomBrowser=&lt;br /&gt;
BrowserTab=1&lt;br /&gt;
[ExternalConnect]&lt;br /&gt;
UseSrcSeeds=0&lt;br /&gt;
ShowPercent=0&lt;br /&gt;
ShowProgressBar=1&lt;br /&gt;
AcceptExternalConnections=0&lt;br /&gt;
ECAddress=&lt;br /&gt;
ECPort=4712&lt;br /&gt;
ECPassword=&lt;br /&gt;
IpFilterOn=1&lt;br /&gt;
UseSecIdent=1&lt;br /&gt;
[Statistics]&lt;br /&gt;
MaxClientVersions=0&lt;br /&gt;
TotalDownloadedBytes=0&lt;br /&gt;
TotalUploadedBytes=0&lt;br /&gt;
[SkinGUIOptions]&lt;br /&gt;
UseSkinFile=0&lt;br /&gt;
SkinFile=&lt;br /&gt;
[Razor_Preferences]&lt;br /&gt;
FastED2KLinksHandler=1&lt;br /&gt;
NoNeededSourcesHandling=2&lt;br /&gt;
FullQueueSources=0&lt;br /&gt;
HighQueueRankingSources=0&lt;br /&gt;
HighQueueRanking=1200&lt;br /&gt;
AutoDropTimer=240&lt;br /&gt;
MAIN_X_POS=217&lt;br /&gt;
MAIN_Y_POS=100&lt;br /&gt;
MAIN_X_SIZE=800&lt;br /&gt;
MAIN_Y_SIZE=600&lt;br /&gt;
SRV_SPLITTER_POS=463&lt;br /&gt;
[WebServer]&lt;br /&gt;
Enabled=0&lt;br /&gt;
Port=4711&lt;br /&gt;
PageRefreshTime=120&lt;br /&gt;
UseGzip=1&lt;br /&gt;
UseLowRightsUser=0&lt;br /&gt;
Password=&lt;br /&gt;
PasswordLow=&lt;br /&gt;
Template=&lt;br /&gt;
[Proxy]&lt;br /&gt;
ProxyEnableProxy=0&lt;br /&gt;
ProxyType=0&lt;br /&gt;
ProxyName=&lt;br /&gt;
ProxyPort=1080&lt;br /&gt;
ProxyEnablePassword=0&lt;br /&gt;
ProxyUser=&lt;br /&gt;
ProxyPassword=&lt;br /&gt;
[GUI]&lt;br /&gt;
[GUI/TransferWnd]&lt;br /&gt;
Splitter=114&lt;br /&gt;
ShowClientList=1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>PacoBell</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Amule.conf_file</id>
		<title>Amule.conf file</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Amule.conf_file"/>
				<updated>2009-04-24T21:41:57Z</updated>
		
		<summary type="html">&lt;p&gt;PacoBell: /* File */ Documented path for Mac OS X&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;'''English''' | [[Amule.conf_file-de|Deutsch]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== File ==&lt;br /&gt;
'''Name:''' ''amule.conf''&lt;br /&gt;
&lt;br /&gt;
'''Location:''' &amp;lt;br&amp;gt;&lt;br /&gt;
Linux ''~/.aMule/''&amp;lt;br&amp;gt;&lt;br /&gt;
Mac OS X ''~/Library/Application\ Support/aMule/''&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
This file contains [[aMule]]'s configuration.&lt;br /&gt;
&lt;br /&gt;
== File ==&lt;br /&gt;
'''Name:''' ''amule.conf''&lt;br /&gt;
&lt;br /&gt;
'''Location:''' ''~/.aMule/''&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
This file contains [[aMule]]'s configuration.&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
amule.conf is a plain text file which you can open and modify using any standard editor.&lt;br /&gt;
&lt;br /&gt;
'#' is a special character; any text after this character is identified as a comment and will be ignored.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
Following an amule.conf file fresh after a new install:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[eMule]&lt;br /&gt;
AppVersion=aMule 2.1.0&lt;br /&gt;
Nick=http://www.aMule.org&lt;br /&gt;
NewVersionCheck=0&lt;br /&gt;
StartupMinimized=0&lt;br /&gt;
ConfirmExit=0&lt;br /&gt;
EnableTrayIcon=0&lt;br /&gt;
MinToTray=0&lt;br /&gt;
ToolTipDelay=1&lt;br /&gt;
MaxDownload=0&lt;br /&gt;
MaxUpload=0&lt;br /&gt;
SlotAllocation=2&lt;br /&gt;
DownloadCapacity=3&lt;br /&gt;
UploadCapacity=3&lt;br /&gt;
Port=4662&lt;br /&gt;
UDPPort=4672&lt;br /&gt;
UDPDisable=0&lt;br /&gt;
MaxSourcesPerFile=300&lt;br /&gt;
MaxConnections=500&lt;br /&gt;
ConnectToED2K=1&lt;br /&gt;
ConnectToKad=1&lt;br /&gt;
Autoconnect=1&lt;br /&gt;
Reconnect=1&lt;br /&gt;
ShowOverhead=0&lt;br /&gt;
RemoveDeadServer=1&lt;br /&gt;
DeadServerRetry=2&lt;br /&gt;
Serverlist=0&lt;br /&gt;
AddServersFromServer=1&lt;br /&gt;
AddServersFromClient=1&lt;br /&gt;
Scoresystem=1&lt;br /&gt;
SmartIdCheck=1&lt;br /&gt;
SafeServerConnect=0&lt;br /&gt;
AutoConnectStaticOnly=0&lt;br /&gt;
ManualHighPrio=0&lt;br /&gt;
ICH=1&lt;br /&gt;
AICHTrust=0&lt;br /&gt;
AddNewFilesPaused=0&lt;br /&gt;
DAPPref=1&lt;br /&gt;
PreviewPrio=0&lt;br /&gt;
UAPPref=1&lt;br /&gt;
FullChunkTransfers=1&lt;br /&gt;
StartNextFile=0&lt;br /&gt;
StartNextFileSameCat=0&lt;br /&gt;
CheckDiskspace=1&lt;br /&gt;
MinFreeDiskSpace=1&lt;br /&gt;
ExecOnCompletion=0&lt;br /&gt;
ExecOnCompletionCommand=sh -c '~/example.sh &amp;quot;%FILE&amp;quot; %HASH'&lt;br /&gt;
IncomingDir=/home/ihmselbst/.aMule/Incoming&lt;br /&gt;
TempDir=/home/ihmselbst/.aMule/Temp&lt;br /&gt;
ShareHiddenFiles=0&lt;br /&gt;
VideoPlayer=&lt;br /&gt;
VideoPreviewBackupped=1&lt;br /&gt;
StatGraphsInterval=3&lt;br /&gt;
StatsAverageMinutes=5&lt;br /&gt;
VariousStatisticsMaxValue=100&lt;br /&gt;
statsInterval=30&lt;br /&gt;
MaxConnectionsPerFiveSeconds=20&lt;br /&gt;
FileBufferSizePref=16&lt;br /&gt;
QueueSizePref=50&lt;br /&gt;
ServerKeepAliveTimeout=0&lt;br /&gt;
3DDepth=10&lt;br /&gt;
AutoSortDownloads=0&lt;br /&gt;
ShowInfoOnCatTabs=0&lt;br /&gt;
ShowRatesOnTitle=0&lt;br /&gt;
VerticalToolbar=0&lt;br /&gt;
SeeShare=2&lt;br /&gt;
IPFilterAutoLoad=1&lt;br /&gt;
IPFilterURL=&lt;br /&gt;
FilterLevel=127&lt;br /&gt;
FilterLanIPs=1&lt;br /&gt;
OnlineSignature=0&lt;br /&gt;
OnlineSignatureUpdate=5&lt;br /&gt;
OSDirectory=/home/ihmselbst/.aMule/&lt;br /&gt;
FilterMessages=0&lt;br /&gt;
FilterAllMessages=0&lt;br /&gt;
MessagesFromFriendsOnly=0&lt;br /&gt;
MessageFromValidSourcesOnly=1&lt;br /&gt;
FilterWordMessages=0&lt;br /&gt;
MessageFilter=&lt;br /&gt;
VerboseDebug=0&lt;br /&gt;
Language=&lt;br /&gt;
SplitterbarPosition=75&lt;br /&gt;
YourHostname=&lt;br /&gt;
DateTimeFormat=%A, %x, %X&lt;br /&gt;
IndicateRatings=1&lt;br /&gt;
AllcatType=0&lt;br /&gt;
ShowAllNotCats=0&lt;br /&gt;
DisableKnownClientList=0&lt;br /&gt;
DisableQueueList=0&lt;br /&gt;
MaxMessageSessions=50&lt;br /&gt;
PermissionsFiles=416&lt;br /&gt;
PermissionsDirs=488&lt;br /&gt;
Address=&lt;br /&gt;
StatColor0=4194304&lt;br /&gt;
StatColor1=16761024&lt;br /&gt;
StatColor2=8454016&lt;br /&gt;
StatColor3=53760&lt;br /&gt;
StatColor4=32768&lt;br /&gt;
StatColor5=8421631&lt;br /&gt;
StatColor6=200&lt;br /&gt;
StatColor7=140&lt;br /&gt;
StatColor8=16750230&lt;br /&gt;
StatColor9=12583104&lt;br /&gt;
StatColor10=8454143&lt;br /&gt;
StatColor11=0&lt;br /&gt;
StatColor12=8454016&lt;br /&gt;
StatColor13=53760&lt;br /&gt;
StatColor14=32768&lt;br /&gt;
TableSortingServer=0&lt;br /&gt;
TableWidthsServer=150,140,25,150,25,40,45,60,40,40,80&lt;br /&gt;
TableSortingDownload=0&lt;br /&gt;
TableWidthsDownload=260,60,65,65,65,170,50,55,70,110,220,220&lt;br /&gt;
TableSortingUploads=0&lt;br /&gt;
TableWidthsUploads=150,275,100,60,65,60,60,110,100,100,100&lt;br /&gt;
TableSortingShared=0&lt;br /&gt;
TableWidthsShared=250,100,50,70,220,100,100,120,120,120,220&lt;br /&gt;
[FakeCheck]&lt;br /&gt;
Browser=0&lt;br /&gt;
CustomBrowser=&lt;br /&gt;
BrowserTab=1&lt;br /&gt;
[ExternalConnect]&lt;br /&gt;
UseSrcSeeds=0&lt;br /&gt;
ShowPercent=0&lt;br /&gt;
ShowProgressBar=1&lt;br /&gt;
AcceptExternalConnections=0&lt;br /&gt;
ECAddress=&lt;br /&gt;
ECPort=4712&lt;br /&gt;
ECPassword=&lt;br /&gt;
IpFilterOn=1&lt;br /&gt;
UseSecIdent=1&lt;br /&gt;
[Statistics]&lt;br /&gt;
MaxClientVersions=0&lt;br /&gt;
TotalDownloadedBytes=0&lt;br /&gt;
TotalUploadedBytes=0&lt;br /&gt;
[SkinGUIOptions]&lt;br /&gt;
UseSkinFile=0&lt;br /&gt;
SkinFile=&lt;br /&gt;
[Razor_Preferences]&lt;br /&gt;
FastED2KLinksHandler=1&lt;br /&gt;
NoNeededSourcesHandling=2&lt;br /&gt;
FullQueueSources=0&lt;br /&gt;
HighQueueRankingSources=0&lt;br /&gt;
HighQueueRanking=1200&lt;br /&gt;
AutoDropTimer=240&lt;br /&gt;
MAIN_X_POS=217&lt;br /&gt;
MAIN_Y_POS=100&lt;br /&gt;
MAIN_X_SIZE=800&lt;br /&gt;
MAIN_Y_SIZE=600&lt;br /&gt;
SRV_SPLITTER_POS=463&lt;br /&gt;
[WebServer]&lt;br /&gt;
Enabled=0&lt;br /&gt;
Port=4711&lt;br /&gt;
PageRefreshTime=120&lt;br /&gt;
UseGzip=1&lt;br /&gt;
UseLowRightsUser=0&lt;br /&gt;
Password=&lt;br /&gt;
PasswordLow=&lt;br /&gt;
Template=&lt;br /&gt;
[Proxy]&lt;br /&gt;
ProxyEnableProxy=0&lt;br /&gt;
ProxyType=0&lt;br /&gt;
ProxyName=&lt;br /&gt;
ProxyPort=1080&lt;br /&gt;
ProxyEnablePassword=0&lt;br /&gt;
ProxyUser=&lt;br /&gt;
ProxyPassword=&lt;br /&gt;
[GUI]&lt;br /&gt;
[GUI/TransferWnd]&lt;br /&gt;
Splitter=114&lt;br /&gt;
ShowClientList=1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
Following an amule.conf file fresh after a new install:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[eMule]&lt;br /&gt;
AppVersion=aMule 2.1.0&lt;br /&gt;
Nick=http://www.aMule.org&lt;br /&gt;
NewVersionCheck=0&lt;br /&gt;
StartupMinimized=0&lt;br /&gt;
ConfirmExit=0&lt;br /&gt;
EnableTrayIcon=0&lt;br /&gt;
MinToTray=0&lt;br /&gt;
ToolTipDelay=1&lt;br /&gt;
MaxDownload=0&lt;br /&gt;
MaxUpload=0&lt;br /&gt;
SlotAllocation=2&lt;br /&gt;
DownloadCapacity=3&lt;br /&gt;
UploadCapacity=3&lt;br /&gt;
Port=4662&lt;br /&gt;
UDPPort=4672&lt;br /&gt;
UDPDisable=0&lt;br /&gt;
MaxSourcesPerFile=300&lt;br /&gt;
MaxConnections=500&lt;br /&gt;
ConnectToED2K=1&lt;br /&gt;
ConnectToKad=1&lt;br /&gt;
Autoconnect=1&lt;br /&gt;
Reconnect=1&lt;br /&gt;
ShowOverhead=0&lt;br /&gt;
RemoveDeadServer=1&lt;br /&gt;
DeadServerRetry=2&lt;br /&gt;
Serverlist=0&lt;br /&gt;
AddServersFromServer=1&lt;br /&gt;
AddServersFromClient=1&lt;br /&gt;
Scoresystem=1&lt;br /&gt;
SmartIdCheck=1&lt;br /&gt;
SafeServerConnect=0&lt;br /&gt;
AutoConnectStaticOnly=0&lt;br /&gt;
ManualHighPrio=0&lt;br /&gt;
ICH=1&lt;br /&gt;
AICHTrust=0&lt;br /&gt;
AddNewFilesPaused=0&lt;br /&gt;
DAPPref=1&lt;br /&gt;
PreviewPrio=0&lt;br /&gt;
UAPPref=1&lt;br /&gt;
FullChunkTransfers=1&lt;br /&gt;
StartNextFile=0&lt;br /&gt;
StartNextFileSameCat=0&lt;br /&gt;
CheckDiskspace=1&lt;br /&gt;
MinFreeDiskSpace=1&lt;br /&gt;
ExecOnCompletion=0&lt;br /&gt;
ExecOnCompletionCommand=sh -c '~/example.sh &amp;quot;%FILE&amp;quot; %HASH'&lt;br /&gt;
IncomingDir=/home/ihmselbst/.aMule/Incoming&lt;br /&gt;
TempDir=/home/ihmselbst/.aMule/Temp&lt;br /&gt;
ShareHiddenFiles=0&lt;br /&gt;
VideoPlayer=&lt;br /&gt;
VideoPreviewBackupped=1&lt;br /&gt;
StatGraphsInterval=3&lt;br /&gt;
StatsAverageMinutes=5&lt;br /&gt;
VariousStatisticsMaxValue=100&lt;br /&gt;
statsInterval=30&lt;br /&gt;
MaxConnectionsPerFiveSeconds=20&lt;br /&gt;
FileBufferSizePref=16&lt;br /&gt;
QueueSizePref=50&lt;br /&gt;
ServerKeepAliveTimeout=0&lt;br /&gt;
3DDepth=10&lt;br /&gt;
AutoSortDownloads=0&lt;br /&gt;
ShowInfoOnCatTabs=0&lt;br /&gt;
ShowRatesOnTitle=0&lt;br /&gt;
VerticalToolbar=0&lt;br /&gt;
SeeShare=2&lt;br /&gt;
IPFilterAutoLoad=1&lt;br /&gt;
IPFilterURL=&lt;br /&gt;
FilterLevel=127&lt;br /&gt;
FilterLanIPs=1&lt;br /&gt;
OnlineSignature=0&lt;br /&gt;
OnlineSignatureUpdate=5&lt;br /&gt;
OSDirectory=/home/ihmselbst/.aMule/&lt;br /&gt;
FilterMessages=0&lt;br /&gt;
FilterAllMessages=0&lt;br /&gt;
MessagesFromFriendsOnly=0&lt;br /&gt;
MessageFromValidSourcesOnly=1&lt;br /&gt;
FilterWordMessages=0&lt;br /&gt;
MessageFilter=&lt;br /&gt;
VerboseDebug=0&lt;br /&gt;
Language=&lt;br /&gt;
SplitterbarPosition=75&lt;br /&gt;
YourHostname=&lt;br /&gt;
DateTimeFormat=%A, %x, %X&lt;br /&gt;
IndicateRatings=1&lt;br /&gt;
AllcatType=0&lt;br /&gt;
ShowAllNotCats=0&lt;br /&gt;
DisableKnownClientList=0&lt;br /&gt;
DisableQueueList=0&lt;br /&gt;
MaxMessageSessions=50&lt;br /&gt;
PermissionsFiles=416&lt;br /&gt;
PermissionsDirs=488&lt;br /&gt;
Address=&lt;br /&gt;
StatColor0=4194304&lt;br /&gt;
StatColor1=16761024&lt;br /&gt;
StatColor2=8454016&lt;br /&gt;
StatColor3=53760&lt;br /&gt;
StatColor4=32768&lt;br /&gt;
StatColor5=8421631&lt;br /&gt;
StatColor6=200&lt;br /&gt;
StatColor7=140&lt;br /&gt;
StatColor8=16750230&lt;br /&gt;
StatColor9=12583104&lt;br /&gt;
StatColor10=8454143&lt;br /&gt;
StatColor11=0&lt;br /&gt;
StatColor12=8454016&lt;br /&gt;
StatColor13=53760&lt;br /&gt;
StatColor14=32768&lt;br /&gt;
TableSortingServer=0&lt;br /&gt;
TableWidthsServer=150,140,25,150,25,40,45,60,40,40,80&lt;br /&gt;
TableSortingDownload=0&lt;br /&gt;
TableWidthsDownload=260,60,65,65,65,170,50,55,70,110,220,220&lt;br /&gt;
TableSortingUploads=0&lt;br /&gt;
TableWidthsUploads=150,275,100,60,65,60,60,110,100,100,100&lt;br /&gt;
TableSortingShared=0&lt;br /&gt;
TableWidthsShared=250,100,50,70,220,100,100,120,120,120,220&lt;br /&gt;
[FakeCheck]&lt;br /&gt;
Browser=0&lt;br /&gt;
CustomBrowser=&lt;br /&gt;
BrowserTab=1&lt;br /&gt;
[ExternalConnect]&lt;br /&gt;
UseSrcSeeds=0&lt;br /&gt;
ShowPercent=0&lt;br /&gt;
ShowProgressBar=1&lt;br /&gt;
AcceptExternalConnections=0&lt;br /&gt;
ECAddress=&lt;br /&gt;
ECPort=4712&lt;br /&gt;
ECPassword=&lt;br /&gt;
IpFilterOn=1&lt;br /&gt;
UseSecIdent=1&lt;br /&gt;
[Statistics]&lt;br /&gt;
MaxClientVersions=0&lt;br /&gt;
TotalDownloadedBytes=0&lt;br /&gt;
TotalUploadedBytes=0&lt;br /&gt;
[SkinGUIOptions]&lt;br /&gt;
UseSkinFile=0&lt;br /&gt;
SkinFile=&lt;br /&gt;
[Razor_Preferences]&lt;br /&gt;
FastED2KLinksHandler=1&lt;br /&gt;
NoNeededSourcesHandling=2&lt;br /&gt;
FullQueueSources=0&lt;br /&gt;
HighQueueRankingSources=0&lt;br /&gt;
HighQueueRanking=1200&lt;br /&gt;
AutoDropTimer=240&lt;br /&gt;
MAIN_X_POS=217&lt;br /&gt;
MAIN_Y_POS=100&lt;br /&gt;
MAIN_X_SIZE=800&lt;br /&gt;
MAIN_Y_SIZE=600&lt;br /&gt;
SRV_SPLITTER_POS=463&lt;br /&gt;
[WebServer]&lt;br /&gt;
Enabled=0&lt;br /&gt;
Port=4711&lt;br /&gt;
PageRefreshTime=120&lt;br /&gt;
UseGzip=1&lt;br /&gt;
UseLowRightsUser=0&lt;br /&gt;
Password=&lt;br /&gt;
PasswordLow=&lt;br /&gt;
Template=&lt;br /&gt;
[Proxy]&lt;br /&gt;
ProxyEnableProxy=0&lt;br /&gt;
ProxyType=0&lt;br /&gt;
ProxyName=&lt;br /&gt;
ProxyPort=1080&lt;br /&gt;
ProxyEnablePassword=0&lt;br /&gt;
ProxyUser=&lt;br /&gt;
ProxyPassword=&lt;br /&gt;
[GUI]&lt;br /&gt;
[GUI/TransferWnd]&lt;br /&gt;
Splitter=114&lt;br /&gt;
ShowClientList=1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>PacoBell</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Talk:HowTo_compile_on_Mac</id>
		<title>Talk:HowTo compile on Mac</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Talk:HowTo_compile_on_Mac"/>
				<updated>2009-04-19T22:05:37Z</updated>
		
		<summary type="html">&lt;p&gt;PacoBell: MacPorts wxWidgets vs. wxMac&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is there any reason we're not using wxWidgets from MacPorts instead of wxMac? Which is more stable/feature complete? --[[User:PacoBell|PacoBell]] 00:05, 20 April 2009 (CEST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I need to install newer versions of flex and automake to compile amule successfully on my machine. Maybe we should just add those as dependencies that should be installed through Fink. -- lionel77&lt;br /&gt;
&lt;br /&gt;
i have this:&lt;br /&gt;
port installed&lt;br /&gt;
The following ports are currently installed:&lt;br /&gt;
  autoconf @2.61_1 (active)&lt;br /&gt;
  automake @1.10.1_0 (active)&lt;br /&gt;
  expat @2.0.1_0 (active)&lt;br /&gt;
  flex @2.5.34_0 (active)&lt;br /&gt;
  gettext @0.17_3 (active)&lt;br /&gt;
  help2man @1.36.4_1 (active)&lt;br /&gt;
  libiconv @1.12_0 (active)&lt;br /&gt;
  libpng @1.2.24_0 (active)&lt;br /&gt;
  libtool @1.5.24_1 (active)&lt;br /&gt;
  m4 @1.4.10_1 (active)&lt;br /&gt;
  ncurses @5.6_0 (active)&lt;br /&gt;
  ncursesw @5.6_1 (active)&lt;br /&gt;
  p5-locale-gettext @1.05_0 (active)&lt;br /&gt;
  perl5.8 @5.8.8_1 (active)&lt;br /&gt;
  zlib @1.2.3_1 (active)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
when i tried to &amp;quot;./configure&amp;quot; amule, i got this&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
emac-bureau:amule-cvs maitedx$ ./configure --disable-systray --disable-gtk --enable-embedded_crypto    \&lt;br /&gt;
&amp;gt;            --with-wx-config=../wxMac-2.8.7/build/wx-config    \&lt;br /&gt;
&amp;gt;            --enable-cas --enable-webserver --enable-amulecmd    \&lt;br /&gt;
&amp;gt;            --enable-debug --disable-optimize --with-cryptopp=/usr/local/cryptopp&lt;br /&gt;
checking build system type... powerpc-apple-darwin9.2.0&lt;br /&gt;
checking host system type... powerpc-apple-darwin9.2.0&lt;br /&gt;
checking for a BSD-compatible install... /usr/bin/install -c&lt;br /&gt;
checking whether build environment is sane... yes&lt;br /&gt;
checking for gawk... no&lt;br /&gt;
checking for mawk... no&lt;br /&gt;
checking for nawk... no&lt;br /&gt;
checking for awk... awk&lt;br /&gt;
checking whether make sets $(MAKE)... yes&lt;br /&gt;
checking whether to enable maintainer-specific portions of Makefiles... no&lt;br /&gt;
checking for g++... g++&lt;br /&gt;
checking for C++ compiler default output file name... a.out&lt;br /&gt;
checking whether the C++ compiler works... yes&lt;br /&gt;
checking whether we are cross compiling... no&lt;br /&gt;
checking for suffix of executables... &lt;br /&gt;
checking for suffix of object files... o&lt;br /&gt;
checking whether we are using the GNU C++ compiler... yes&lt;br /&gt;
checking whether g++ accepts -g... yes&lt;br /&gt;
checking for style of include used by make... GNU&lt;br /&gt;
checking dependency style of g++... gcc3&lt;br /&gt;
checking how to run the C++ preprocessor... g++ -E&lt;br /&gt;
checking for gcc... gcc&lt;br /&gt;
checking whether we are using the GNU C compiler... yes&lt;br /&gt;
checking whether gcc accepts -g... yes&lt;br /&gt;
checking for gcc option to accept ANSI C... none needed&lt;br /&gt;
checking dependency style of gcc... gcc3&lt;br /&gt;
checking how to run the C preprocessor... gcc -E&lt;br /&gt;
checking for gawk... (cached) awk&lt;br /&gt;
checking for egrep... grep -E&lt;br /&gt;
checking whether make sets $(MAKE)... (cached) yes&lt;br /&gt;
checking for flex... flex&lt;br /&gt;
checking for yywrap in -lfl... yes&lt;br /&gt;
checking lex output file root... lex.yy&lt;br /&gt;
checking whether yytext is a pointer... yes&lt;br /&gt;
checking for a BSD-compatible install... /usr/bin/install -c&lt;br /&gt;
checking for ranlib... ranlib&lt;br /&gt;
checking for bison... bison -y&lt;br /&gt;
checking for ranlib... (cached) ranlib&lt;br /&gt;
checking for strip... strip&lt;br /&gt;
checking for ar... ar&lt;br /&gt;
checking for ld... ld&lt;br /&gt;
checking for zlib &amp;gt;= 1.1.4... yes (version 1.2.3)&lt;br /&gt;
checking for ANSI C header files... yes&lt;br /&gt;
checking for sys/types.h... yes&lt;br /&gt;
checking for sys/stat.h... yes&lt;br /&gt;
checking for stdlib.h... yes&lt;br /&gt;
checking for string.h... yes&lt;br /&gt;
checking for memory.h... yes&lt;br /&gt;
checking for strings.h... yes&lt;br /&gt;
checking for inttypes.h... yes&lt;br /&gt;
checking for stdint.h... yes&lt;br /&gt;
checking for unistd.h... yes&lt;br /&gt;
checking for gdlib-config... no&lt;br /&gt;
configure:&lt;br /&gt;
	WARNING: gd-lib &amp;gt;= 2.0.0, or a functional gd.h (from gd-devel) not found.&lt;br /&gt;
	Please check that gdlib-config is in your default path, check out&lt;br /&gt;
	LD_LIBRARY_PATH or equivalent variable.&lt;br /&gt;
	Or this might also be that your gdlib-config has other name.&lt;br /&gt;
	Please try again with --with-gdlib-config=/usr/bin/gdlib-config&lt;br /&gt;
	(replace /usr/bin/gdlib-config with a valid path to your gdlib-config).&lt;br /&gt;
	If you use compiled packages check if you have devel pack installed.&lt;br /&gt;
	To download the latest version check http://www.boutell.com/gd&lt;br /&gt;
	for sources.&lt;br /&gt;
    &lt;br /&gt;
checking for libpng-config... /opt/local/bin/libpng-config&lt;br /&gt;
checking for libpng version &amp;gt;= 1.2.0... yes (version 1.2.24)&lt;br /&gt;
checking for File::Copy... ok&lt;br /&gt;
checking whether we need the GUI... no&lt;br /&gt;
checking for exception-handling... yes&lt;br /&gt;
checking for the --with-toolkit option... will be automatically detected&lt;br /&gt;
checking for the --with-wxshared option... will be automatically detected&lt;br /&gt;
checking for the --with-wxdebug option... will be automatically detected&lt;br /&gt;
checking for the --with-wxversion option... will be automatically detected&lt;br /&gt;
checking for wx-config... ../wxMac-2.8.7/build/wx-config&lt;br /&gt;
checking for wxWidgets version &amp;gt;= 2.8.0 (--unicode=yes)... yes (version 2.8.7)&lt;br /&gt;
checking for wxWidgets static library... yes&lt;br /&gt;
checking if wxWidgets was built in DEBUG mode... yes&lt;br /&gt;
checking if wxWidgets was built in STATIC mode... yes&lt;br /&gt;
checking which wxWidgets toolkit was selected... mac&lt;br /&gt;
checking that wxWidgets has support for large files... yes&lt;br /&gt;
checking for crypto++ version &amp;gt;= 5.1... configure: error:&lt;br /&gt;
	Specifying the cryptopp source files directory for &amp;quot;--with-crypto-prefix=&amp;quot;&lt;br /&gt;
	will not work because cryptopp uses headers with the same name of system&lt;br /&gt;
	headers (e.g. zlib.h) and you must be able to distinguish the system&lt;br /&gt;
	headers from cryptopp headers in an #include directive.&lt;br /&gt;
	Please run &amp;quot;PREFIX=/home/YourUserName/usr/cryptopp make install&amp;quot; on&lt;br /&gt;
	the cryptopp directory to properly install cryptopp in your system.&lt;br /&gt;
emac-bureau:amule-cvs maitedx$ make&lt;br /&gt;
make: *** No targets specified and no makefile found.  Stop.&lt;br /&gt;
emac-bureau:amule-cvs maitedx$&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
what do i have to do ?&lt;/div&gt;</summary>
		<author><name>PacoBell</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>2009-04-03T18:17:29Z</updated>
		
		<summary type="html">&lt;p&gt;PacoBell: /* Compile wxMac */ Updated wxMac&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
'''English''' | &lt;br /&gt;
[[HowTo_compile_on_Mac-de|Deutsch]] | &lt;br /&gt;
[[HowTo_compile_on_Mac-es|Espa&amp;amp;ntilde;ol]] | &lt;br /&gt;
[[HowTo_compile_on_Mac-fr|Fran&amp;amp;ccedil;ais]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
How to get and install [[aMule]] on [http://www.apple.com/macosx/ Apple Mac OS X].&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 SVN|SVN source snapshot]].&lt;br /&gt;
&lt;br /&gt;
== Binary releases ==&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/files.php?cat=30 aMule-2.1.3-Mac]&lt;br /&gt;
# Check the Mac forum for a more recent user posted binary: [http://forum.amule.org/index.php?board=49.0 aMule forum]&lt;br /&gt;
&lt;br /&gt;
Now, to install the downloaded binary, just drag the aMule application to a folder of your choice (e.g., ''/Applications'').&lt;br /&gt;
&lt;br /&gt;
To start aMule, double-click the application icon.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' You might want to take a look at the [[Mac specific usage]] article.&lt;br /&gt;
&lt;br /&gt;
== Compiling from source ==&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;
==== [http://developer.apple.com/tools/xcode Xcode] ====&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. &lt;br /&gt;
&lt;br /&gt;
You will need at least version 2.1 of Xcode, a more recent version is preferable though. [http://developer.apple.com/tools/xcode Xcode] is included on the OS X 10.4 DVD, but early versions of 10.4 were shipped with Xcode 2.0, so you will need to check that the version on your DVD is at least 2.1.&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can download the most recent version of Xcode from Apple, but you will need to 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://www.macports.org MacPorts]====&lt;br /&gt;
[http://www.macports.org MacPorts] is an open source installer for lots of open source tools ported to [http://macos.apple.com Mac OS X]. aMule needs a few of these tools to compile properly. Alternatively, you can also use [http://www.finkproject.org/ Fink] to install these tools or you can install them manually.&lt;br /&gt;
&lt;br /&gt;
# Download the most recent version of [http://www.macports.org MacPorts]&lt;br /&gt;
# Read [http://trac.macosforge.org/projects/macports/wiki MacPorts' documentation] to learn how to install applications through [http://www.macports.org MacPorts].&lt;br /&gt;
&lt;br /&gt;
The tools that you will need to install are:&lt;br /&gt;
# automake&lt;br /&gt;
# flex&lt;br /&gt;
# gettext (only required if you want to use a language other than English in aMule)&lt;br /&gt;
# libpng&lt;br /&gt;
# libcryptopp&lt;br /&gt;
# libiconv&lt;br /&gt;
# gd2&lt;br /&gt;
# jpeg&lt;br /&gt;
# libgeoip&lt;br /&gt;
# libupnp&lt;br /&gt;
# pkgconfig&lt;br /&gt;
&lt;br /&gt;
====[http://www.cryptopp.com/ Crypto++]====&lt;br /&gt;
'With the recent SVN builds, you will need the crypto++ library to compile with encryption. If not, you will get an error similar to the following,&lt;br /&gt;
 checking for crypto++ version &amp;gt;= 5.1... configure: error:&lt;br /&gt;
         Could not find cryptopp header file &amp;quot;cryptlib.h&amp;quot;.&lt;br /&gt;
         Please check if the path &amp;quot;/usr&amp;quot; is valid.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;MacPorts now includes Crypto v5.5.2. To install it issue the following command:&amp;lt;/b&amp;gt;&lt;br /&gt;
 sudo port install libcryptopp&lt;br /&gt;
&lt;br /&gt;
==== [[wxWidgets|wxMac]] ====&lt;br /&gt;
[[wxWidgets|wxMac]] is the port of the [[wxWidgets]] library for [http://www.apple.com/macosx Mac OS X]. This library is used to make [[aMule]] 'multi-platform'.&lt;br /&gt;
&lt;br /&gt;
# Get the source from: http://www.wxwidgets.org/downloads/ (Source Archives: wxMac)&lt;br /&gt;
# Extract the archive (just double-click it)&lt;br /&gt;
&lt;br /&gt;
==== [http://www.amule.org aMule itself] ====&lt;br /&gt;
# Get latest daily [[aMule CVS|CVS source snapshot]]: [http://www.hirnriss.net/?area=cvs aMule CVS]&lt;br /&gt;
# Extract the archive (just double-click it)&lt;br /&gt;
&lt;br /&gt;
=== Compile the sources ===&lt;br /&gt;
Put the ''amule'' folder, the ''wxMac'' folder and the &amp;quot;crypto552&amp;quot; folder in the same place, e.g. on the desktop (if using another location, ensure that there are no spaces in the path as this can lead to file not found errors with [[WxWidgets|wxMac]]).&lt;br /&gt;
&lt;br /&gt;
==== Compile gdlib ====&lt;br /&gt;
This step is only needed once, even if you later download and compile a newer version of the [[aMule CVS]] source. Assuming you have unzipped it on your desktop, do the following:&lt;br /&gt;
&lt;br /&gt;
 bash: cd ~/Desktop/gd-2.0.35/&lt;br /&gt;
 bash: sudo ./configure&lt;br /&gt;
 bash: sudo make install&lt;br /&gt;
&lt;br /&gt;
Libraries have been installed in: /usr/local/lib&lt;br /&gt;
&lt;br /&gt;
==== Compile Crypto++ ====&lt;br /&gt;
This step is only needed once, even if you later download and compile a newer version of the [[aMule CVS]] source. Assuming you have unzipped it on your desktop, do the following:&lt;br /&gt;
&lt;br /&gt;
 bash: cd ~/Desktop/cryptopp552/&lt;br /&gt;
 bash: make&lt;br /&gt;
 bash: sudo make install PREFIX=/usr/local/cryptopp&lt;br /&gt;
&lt;br /&gt;
==== Compile [[WxWidgets|wxMac]] ====&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.8.10/build&lt;br /&gt;
 bash: ../configure --disable-shared --enable-unicode --enable-debug --enable-debug_gdb&lt;br /&gt;
 bash: make&lt;br /&gt;
&lt;br /&gt;
'''Note:''' The second command above makes sure that wxMac is compiled with debug information. This information allows you to submit a helpful stacktrace if [[aMule]] crashes or a sample if it hangs to the [[aMule devs|aMule developers]]. If you do not want to compile a debug version then you can use &amp;quot;--disable-debug --disable-debug_gdb&amp;quot; instead.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' If you want to compile a [http://en.wikipedia.org/wiki/Universal_binary Universal Binary] of aMule (i.e., a version of aMule that runs on both PowerPC based and Intel based Macs) then you can add the &amp;quot;--enable-universal_binary&amp;quot; parameter at the end of the second command. If you don't include this parameter wxMac and aMule will be compiled for your native architecture only.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' The above make command may take up to 50 minutes on a 1.33 GHz G4 processor, depending on the parameters you chose. A faster CPU will take shorter time.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' The above make command if given with the option -j 8 (make -j 8) will take 5 minutes on an 2,4Ghz Intel iMac&lt;br /&gt;
&lt;br /&gt;
==== Compile [[aMule]] ====&lt;br /&gt;
Now ''cd'' into the ''amule'' folder, ''configure'' and ''make'':&lt;br /&gt;
&lt;br /&gt;
'''Note:''' You can copy and paste the 4 lines for ''./configure'' in one go.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This takes about 30 minutes on a 1.33 GHz G4.&lt;br /&gt;
&lt;br /&gt;
 bash: cd ~/Desktop/amule-cvs&lt;br /&gt;
 bash: ./configure --with-wx-config=../wxMac-2.8.10/build/wx-config    \&lt;br /&gt;
            --enable-cas --enable-webserver --enable-amulecmd    \&lt;br /&gt;
            --enable-debug --disable-optimize --with-crypto-prefix=/usr/local/cryptopp&lt;br /&gt;
&lt;br /&gt;
 bash: make&lt;br /&gt;
 bash: ./src/utils/scripts/mac_packager&lt;br /&gt;
&lt;br /&gt;
'''Note:''' If you installed cryptopp with MacPorts use the last option &amp;quot;--with-crypto-prefix=/opt/local&amp;quot; because it has been installed there by default of MacPorts.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' If you don't want to compile aMule with debug information (see above) you can use &amp;quot;--disable-debug --enable-optimize&amp;quot; in the configure statement.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' In order to compile aMule as a Universal Binary (see above) you will need to add the following parameters to the configure statement:&lt;br /&gt;
            --disable-dependency-tracking \&lt;br /&gt;
            CFLAGS=&amp;quot;-arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk&amp;quot; \&lt;br /&gt;
            CXXFLAGS=&amp;quot;-arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk&amp;quot;&lt;br /&gt;
&lt;br /&gt;
'''Note:''' Under Mac OS X 10.5 (Leopard) or higher version, you should change the parameters like this:&lt;br /&gt;
            --disable-dependency-tracking \&lt;br /&gt;
            CFLAGS=&amp;quot;-arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk&amp;quot; \&lt;br /&gt;
            CXXFLAGS=&amp;quot;-arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Running [[aMule]] ====&lt;br /&gt;
Once the mac_packager script has finished, you can move the aMule application from the amule-cvs folder to anywhere on your hard drive.&lt;/div&gt;</summary>
		<author><name>PacoBell</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>2009-04-03T17:20:36Z</updated>
		
		<summary type="html">&lt;p&gt;PacoBell: /* Compile aMule */ updated wxMac and removed deprecated configure flags&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
'''English''' | &lt;br /&gt;
[[HowTo_compile_on_Mac-de|Deutsch]] | &lt;br /&gt;
[[HowTo_compile_on_Mac-es|Espa&amp;amp;ntilde;ol]] | &lt;br /&gt;
[[HowTo_compile_on_Mac-fr|Fran&amp;amp;ccedil;ais]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
How to get and install [[aMule]] on [http://www.apple.com/macosx/ Apple Mac OS X].&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 SVN|SVN source snapshot]].&lt;br /&gt;
&lt;br /&gt;
== Binary releases ==&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/files.php?cat=30 aMule-2.1.3-Mac]&lt;br /&gt;
# Check the Mac forum for a more recent user posted binary: [http://forum.amule.org/index.php?board=49.0 aMule forum]&lt;br /&gt;
&lt;br /&gt;
Now, to install the downloaded binary, just drag the aMule application to a folder of your choice (e.g., ''/Applications'').&lt;br /&gt;
&lt;br /&gt;
To start aMule, double-click the application icon.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' You might want to take a look at the [[Mac specific usage]] article.&lt;br /&gt;
&lt;br /&gt;
== Compiling from source ==&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;
==== [http://developer.apple.com/tools/xcode Xcode] ====&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. &lt;br /&gt;
&lt;br /&gt;
You will need at least version 2.1 of Xcode, a more recent version is preferable though. [http://developer.apple.com/tools/xcode Xcode] is included on the OS X 10.4 DVD, but early versions of 10.4 were shipped with Xcode 2.0, so you will need to check that the version on your DVD is at least 2.1.&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can download the most recent version of Xcode from Apple, but you will need to 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://www.macports.org MacPorts]====&lt;br /&gt;
[http://www.macports.org MacPorts] is an open source installer for lots of open source tools ported to [http://macos.apple.com Mac OS X]. aMule needs a few of these tools to compile properly. Alternatively, you can also use [http://www.finkproject.org/ Fink] to install these tools or you can install them manually.&lt;br /&gt;
&lt;br /&gt;
# Download the most recent version of [http://www.macports.org MacPorts]&lt;br /&gt;
# Read [http://trac.macosforge.org/projects/macports/wiki MacPorts' documentation] to learn how to install applications through [http://www.macports.org MacPorts].&lt;br /&gt;
&lt;br /&gt;
The tools that you will need to install are:&lt;br /&gt;
# automake&lt;br /&gt;
# flex&lt;br /&gt;
# gettext (only required if you want to use a language other than English in aMule)&lt;br /&gt;
# libpng&lt;br /&gt;
# libcryptopp&lt;br /&gt;
# libiconv&lt;br /&gt;
# gd2&lt;br /&gt;
# jpeg&lt;br /&gt;
# libgeoip&lt;br /&gt;
# libupnp&lt;br /&gt;
# pkgconfig&lt;br /&gt;
&lt;br /&gt;
====[http://www.cryptopp.com/ Crypto++]====&lt;br /&gt;
'With the recent SVN builds, you will need the crypto++ library to compile with encryption. If not, you will get an error similar to the following,&lt;br /&gt;
 checking for crypto++ version &amp;gt;= 5.1... configure: error:&lt;br /&gt;
         Could not find cryptopp header file &amp;quot;cryptlib.h&amp;quot;.&lt;br /&gt;
         Please check if the path &amp;quot;/usr&amp;quot; is valid.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;MacPorts now includes Crypto v5.5.2. To install it issue the following command:&amp;lt;/b&amp;gt;&lt;br /&gt;
 sudo port install libcryptopp&lt;br /&gt;
&lt;br /&gt;
==== [[wxWidgets|wxMac]] ====&lt;br /&gt;
[[wxWidgets|wxMac]] is the port of the [[wxWidgets]] library for [http://www.apple.com/macosx Mac OS X]. This library is used to make [[aMule]] 'multi-platform'.&lt;br /&gt;
&lt;br /&gt;
# Get the source from: http://www.wxwidgets.org/downloads/ (Source Archives: wxMac)&lt;br /&gt;
# Extract the archive (just double-click it)&lt;br /&gt;
&lt;br /&gt;
==== [http://www.amule.org aMule itself] ====&lt;br /&gt;
# Get latest daily [[aMule CVS|CVS source snapshot]]: [http://www.hirnriss.net/?area=cvs aMule CVS]&lt;br /&gt;
# Extract the archive (just double-click it)&lt;br /&gt;
&lt;br /&gt;
=== Compile the sources ===&lt;br /&gt;
Put the ''amule'' folder, the ''wxMac'' folder and the &amp;quot;crypto552&amp;quot; folder in the same place, e.g. on the desktop (if using another location, ensure that there are no spaces in the path as this can lead to file not found errors with [[WxWidgets|wxMac]]).&lt;br /&gt;
&lt;br /&gt;
==== Compile gdlib ====&lt;br /&gt;
This step is only needed once, even if you later download and compile a newer version of the [[aMule CVS]] source. Assuming you have unzipped it on your desktop, do the following:&lt;br /&gt;
&lt;br /&gt;
 bash: cd ~/Desktop/gd-2.0.35/&lt;br /&gt;
 bash: sudo ./configure&lt;br /&gt;
 bash: sudo make install&lt;br /&gt;
&lt;br /&gt;
Libraries have been installed in: /usr/local/lib&lt;br /&gt;
&lt;br /&gt;
==== Compile Crypto++ ====&lt;br /&gt;
This step is only needed once, even if you later download and compile a newer version of the [[aMule CVS]] source. Assuming you have unzipped it on your desktop, do the following:&lt;br /&gt;
&lt;br /&gt;
 bash: cd ~/Desktop/cryptopp552/&lt;br /&gt;
 bash: make&lt;br /&gt;
 bash: sudo make install PREFIX=/usr/local/cryptopp&lt;br /&gt;
&lt;br /&gt;
==== Compile [[WxWidgets|wxMac]] ====&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.8.8/build&lt;br /&gt;
 bash: ../configure --disable-shared --enable-unicode --enable-debug --enable-debug_gdb&lt;br /&gt;
 bash: make&lt;br /&gt;
&lt;br /&gt;
'''Note:''' The second command above makes sure that wxMac is compiled with debug information. This information allows you to submit a helpful stacktrace if [[aMule]] crashes or a sample if it hangs to the [[aMule devs|aMule developers]]. If you do not want to compile a debug version then you can use &amp;quot;--disable-debug --disable-debug_gdb&amp;quot; instead.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' If you want to compile a [http://en.wikipedia.org/wiki/Universal_binary Universal Binary] of aMule (i.e., a version of aMule that runs on both PowerPC based and Intel based Macs) then you can add the &amp;quot;--enable-universal_binary&amp;quot; parameter at the end of the second command. If you don't include this parameter wxMac and aMule will be compiled for your native architecture only.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' The above make command may take up to 50 minutes on a 1.33 GHz G4 processor, depending on the parameters you chose. A faster CPU will take shorter time.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' The above make command if given with the option -j 8 (make -j 8) will take 5 minutes on an 2,4Ghz Intel iMac&lt;br /&gt;
&lt;br /&gt;
==== Compile [[aMule]] ====&lt;br /&gt;
Now ''cd'' into the ''amule'' folder, ''configure'' and ''make'':&lt;br /&gt;
&lt;br /&gt;
'''Note:''' You can copy and paste the 4 lines for ''./configure'' in one go.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This takes about 30 minutes on a 1.33 GHz G4.&lt;br /&gt;
&lt;br /&gt;
 bash: cd ~/Desktop/amule-cvs&lt;br /&gt;
 bash: ./configure --with-wx-config=../wxMac-2.8.10/build/wx-config    \&lt;br /&gt;
            --enable-cas --enable-webserver --enable-amulecmd    \&lt;br /&gt;
            --enable-debug --disable-optimize --with-crypto-prefix=/usr/local/cryptopp&lt;br /&gt;
&lt;br /&gt;
 bash: make&lt;br /&gt;
 bash: ./src/utils/scripts/mac_packager&lt;br /&gt;
&lt;br /&gt;
'''Note:''' If you installed cryptopp with MacPorts use the last option &amp;quot;--with-crypto-prefix=/opt/local&amp;quot; because it has been installed there by default of MacPorts.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' If you don't want to compile aMule with debug information (see above) you can use &amp;quot;--disable-debug --enable-optimize&amp;quot; in the configure statement.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' In order to compile aMule as a Universal Binary (see above) you will need to add the following parameters to the configure statement:&lt;br /&gt;
            --disable-dependency-tracking \&lt;br /&gt;
            CFLAGS=&amp;quot;-arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk&amp;quot; \&lt;br /&gt;
            CXXFLAGS=&amp;quot;-arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk&amp;quot;&lt;br /&gt;
&lt;br /&gt;
'''Note:''' Under Mac OS X 10.5 (Leopard) or higher version, you should change the parameters like this:&lt;br /&gt;
            --disable-dependency-tracking \&lt;br /&gt;
            CFLAGS=&amp;quot;-arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk&amp;quot; \&lt;br /&gt;
            CXXFLAGS=&amp;quot;-arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Running [[aMule]] ====&lt;br /&gt;
Once the mac_packager script has finished, you can move the aMule application from the amule-cvs folder to anywhere on your hard drive.&lt;/div&gt;</summary>
		<author><name>PacoBell</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/MacOS_X</id>
		<title>MacOS X</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/MacOS_X"/>
				<updated>2009-04-03T12:18:02Z</updated>
		
		<summary type="html">&lt;p&gt;PacoBell: 'Cause I'm such a grammar nazi =P&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.apple.com/macosx MacOS X] is a [[UNIX]]-based operating system developed by [http://www.apple.com Apple]. Officially, it is called ''Mac OS X'', but it is common to see it referred to as ''MacOS X'' or even ''MacOSX''.&lt;br /&gt;
&lt;br /&gt;
More information about this operating system can be found at [http://en.wikipedia.org/wiki/Mac_OS_X Wikipedia's Mac OS X article].&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' [[aMule]] is a '''separate''' project and is '''not''' related to Mac OS X in any way.&lt;/div&gt;</summary>
		<author><name>PacoBell</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/XMule</id>
		<title>XMule</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/XMule"/>
				<updated>2009-04-03T11:23:48Z</updated>
		
		<summary type="html">&lt;p&gt;PacoBell: /* [http://www.xmule.ws xMule] */ xMule be DEAD x_X&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;'''English''' | [[XMule-de|Deutsch]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [http://www.xmule.ws xMule] ==&lt;br /&gt;
xMule is a fork of [[LMule]], and was the defacto [[eMule]] [[Client|client]] for [http://www.kernel.org Linux] until [[aMule]] appeared and challenged that position. However, xMule is '''NOT''' under active development, primarily by Avi, as of 2009-01-18. Please refer to the [http://www.xmule.ws xMule website] for more information on its current state.&lt;br /&gt;
&lt;br /&gt;
[[aMule]] is a fork of xMule, though both projects have moved further and further apart since then. Diplomatic relations between the two projects are sadly in a rather sorry state.&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' [[aMule]] is a '''separate''' project and is '''not''' related to xMule in any way (apart from being originally a [http://en.wikipedia.org/wiki/Fork_%28software%29 fork] from it).&lt;/div&gt;</summary>
		<author><name>PacoBell</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Talk:XMule</id>
		<title>Talk:XMule</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Talk:XMule"/>
				<updated>2009-04-03T11:20:26Z</updated>
		
		<summary type="html">&lt;p&gt;PacoBell: xMule is dead&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;how can I installer xmule in my mac ox?&lt;br /&gt;
&lt;br /&gt;
'''You'd better try to get some help on xMule forums.'''&lt;br /&gt;
&lt;br /&gt;
&amp;quot;However, xMule is still under active development, primarily by Avi.&amp;quot;&lt;br /&gt;
Umm...no it isn't, not since 2009-01-18. Avi claims &amp;quot;eMule is the past. Torrents are the present/future.&amp;quot; LOL!&lt;/div&gt;</summary>
		<author><name>PacoBell</name></author>	</entry>

	</feed>