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

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Using_another_wxinstall</id>
		<title>Using another wxinstall</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Using_another_wxinstall"/>
				<updated>2004-08-30T21:45:46Z</updated>
		
		<summary type="html">&lt;p&gt;84.128.97.254: unicode and gtk2 are still not stable&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If there's already a version of [[wxWidgets]] installed, but you want [[aMule]] to use another (probably newer) one, here are the steps to follow:&lt;br /&gt;
&lt;br /&gt;
First, create the target directory, where [[wxWidgets]] and [[aMule]] will reside (they don't need to be in the same dir, but it makes life easier). Then configure [[wxWidgets]] and [[aMule]] accordingly (assuming [[wxWidgets]] 2.5.2 and current (=&amp;gt;20040801) [[aMule CVS]]).&lt;br /&gt;
&lt;br /&gt;
'''''NOTE:''' If you use the recommended ''/home/muli'', you will most probably need root rights for that, everything else is done as regular user (remember: '''never''' work as root!).''&lt;br /&gt;
&lt;br /&gt;
in [[wxWidgets]] source dir:&lt;br /&gt;
''&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir /home/muli/BUILD&lt;br /&gt;
./configure --prefix=/home/muli/BUILD --disable-gtk2 --with-gtk&lt;br /&gt;
make &amp;amp;&amp;amp; make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;''&lt;br /&gt;
&lt;br /&gt;
In [[aMule]] source dir:&lt;br /&gt;
''&amp;lt;pre&amp;gt;&lt;br /&gt;
export LD_LIBRARY_PATH=/home/muli/BUILD/lib:$LD_LIBRARY_PATH&lt;br /&gt;
./configure --prefix=/home/muli/BUILD --enable-debug --with-wx-prefix=/home/muli/BUILD --with-wx-config=/home/muli/BUILD/bin/wxgtk2u-2.5-config&lt;br /&gt;
make &amp;amp;&amp;amp; make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;''&lt;br /&gt;
&lt;br /&gt;
To start [[aMule]], you need to explicitely specifiy the LD path each time you run it:&lt;br /&gt;
&lt;br /&gt;
''&amp;lt;pre&amp;gt;&lt;br /&gt;
export LD_LIBRARY_PATH=/home/muli/BUILD/lib:$LD_LIBRARY_PATH&lt;br /&gt;
export LC_ALL=en_EN.UTF-8&lt;br /&gt;
gdb /home/muli/BUILD/bin/amule&lt;br /&gt;
gdb&amp;gt;handle SIGPIPE nostop noprint pass&lt;br /&gt;
gdb&amp;gt;handle SIG32 nostop noprint pass&lt;br /&gt;
gdb&amp;gt;set height 0&lt;br /&gt;
gdb&amp;gt;run&lt;br /&gt;
&amp;lt;/pre&amp;gt;''&lt;/div&gt;</summary>
		<author><name>84.128.97.254</name></author>	</entry>

	</feed>