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

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/HowTo_Compile_In_Slackware</id>
		<title>HowTo Compile In Slackware</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/HowTo_Compile_In_Slackware"/>
				<updated>2005-12-21T21:51:52Z</updated>
		
		<summary type="html">&lt;p&gt;80.142.235.236: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Installing [[aMule]] on [http://www.slackware.com Slackware]&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;h2&amp;gt;by ''Mike (servnov)''&amp;lt;/h2&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;h4&amp;gt;wisecrackin' added by DexterF&amp;lt;/h4&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''NOTE''': you will need super-user (usually ''root'') access to complete [[aMule]] install/uninstallation/update, further you should have at least checkinstall installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
=== Installing [[wxWidgets|wxGTK]] ===&lt;br /&gt;
&lt;br /&gt;
:Download [[wxWidgets|wxGTK]] sources (.tar.gz packages) from &lt;br /&gt;
:www.wxwidgets.org, latest is 2.6.2 as of 21st of Dec 05&lt;br /&gt;
&lt;br /&gt;
:''tar -xzvf wxGTK*''&lt;br /&gt;
:''cd wxGTK*''&lt;br /&gt;
:''./configure --prefix=/usr --enable-unicode''&lt;br /&gt;
:''make''&lt;br /&gt;
&lt;br /&gt;
: After make finishes, it's about time to install the new files.&lt;br /&gt;
: ''Usually'' this is done by becomming root and invoking &lt;br /&gt;
&lt;br /&gt;
: # make install&lt;br /&gt;
&lt;br /&gt;
: ''But:'' even better, use checkinstall or read up on how to&lt;br /&gt;
: properly make Slackware packages on slackwiki.org.&lt;br /&gt;
: checkinstall and selfmade packages can be handled by slackware's package&lt;br /&gt;
: tools, which make upgrading and removing old cruft from previous &lt;br /&gt;
: installs a breeze.&lt;br /&gt;
: If the Slackwiki howto is a little too much for, stich to checkinstall for&lt;br /&gt;
: the moment: become root&lt;br /&gt;
&lt;br /&gt;
: ''$ su -''&lt;br /&gt;
&lt;br /&gt;
: then just call&lt;br /&gt;
&lt;br /&gt;
: ''# checkinstall''&lt;br /&gt;
&lt;br /&gt;
: Just answer the questions and you're done. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installing [[wxBase]] (Optional) ===&lt;br /&gt;
&lt;br /&gt;
:'''If you downloaded [[wxWidgets|wxGTK]] earlier than version 2.5 and you are planning to use [[aMule]] with command line interface (such as [[aMuleCMD]], [[aMuleWeb]], [[aMuled]], etc), then you you should install [[wxBase]]. In any other case, there's no need at all.'''&lt;br /&gt;
&lt;br /&gt;
:Download [[wxBase]] sources (.tar.gz packages) from http://www.amule-project.net or http://www.amule.org and do the following:&lt;br /&gt;
&lt;br /&gt;
:''tar -xzvf wxBase*''&lt;br /&gt;
:''cd wxBase*''&lt;br /&gt;
:''./configure''&lt;br /&gt;
:''make''&lt;br /&gt;
: #the following command '''must''' be run as super-user (usually ''root''):&lt;br /&gt;
:''make install''&lt;br /&gt;
&lt;br /&gt;
=== Installing [[aMule]] ===&lt;br /&gt;
&lt;br /&gt;
:Grab pre-built [http://www.slackware.com Slackware] package from [http://www.linuxpackages.net/search_view.php?by=name&amp;amp;name=amule&amp;amp;ver= linuxpackages.net].&lt;br /&gt;
&lt;br /&gt;
:''installpkg aMule-2.0.0rc7-i686-1.tgz'' (or whatever the newest version is)&lt;br /&gt;
&lt;br /&gt;
:That's all!&lt;br /&gt;
&lt;br /&gt;
:Type ''amule'' in a shell to lauch or in [http://www.kde.org KDE] (similar in [http://www.gnome.org GNOME]) go to Kstart-&amp;gt;Internet-&amp;gt;aMule&lt;br /&gt;
&lt;br /&gt;
== Updating ==&lt;br /&gt;
&lt;br /&gt;
:The following command will remove the old [[aMule]] package and install the new version:&lt;br /&gt;
&lt;br /&gt;
:''upgradepkg aMule-2.0.0rc7-i686-1.tgz''&lt;br /&gt;
&lt;br /&gt;
=== Compiling aMule from src === &lt;br /&gt;
&lt;br /&gt;
: Sometimes you might feel an urge to go cvs or simply don't want&lt;br /&gt;
: to use prepackaged binaries because of paranoia, the packagers&lt;br /&gt;
: are dodos or whatever.&lt;br /&gt;
&lt;br /&gt;
:Download a src tarball at amule.org.&lt;br /&gt;
:tar xzvf or tar xjvf the tarball.&lt;br /&gt;
:Enter the dir&lt;br /&gt;
: I use this configure call:&lt;br /&gt;
:./configure --enable-amule-daemon --enable-amulecmd \&lt;br /&gt;
:--enable-amulecmdgui --enable-webserver --enable-amule-gui \&lt;br /&gt;
:--enable-cas --enable-alcc --enable-kad-compile --prefix=/usr&lt;br /&gt;
&lt;br /&gt;
:this will give you the core, the monolith, the webserver,&lt;br /&gt;
:the stats program, the link handler, and... about everything.&lt;br /&gt;
&lt;br /&gt;
:after that, run ''make'' and in the lucky case it finishes without &lt;br /&gt;
:errors, follow installation instructions from wxGTK above. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Uninstallation ==&lt;br /&gt;
&lt;br /&gt;
:The following command will remove [[aMule]]:&lt;br /&gt;
&lt;br /&gt;
:''removepkg aMule''&lt;br /&gt;
&lt;br /&gt;
== Final note ==&lt;br /&gt;
&lt;br /&gt;
You can even get [[wxBase]] and [[wxWidgets|wxGTK]] .tgz [http://www.slackware.com Slackware] packages and install them with 'installpkg'. Using the [http://www.slackware.com Slackware] package manager saves time during installation and makes upgrading easy.&lt;br /&gt;
You can also type 'pkgtool' as root and then search for the packages you have downloaded and install and/or remove packages. &lt;br /&gt;
&lt;br /&gt;
Enjoy the hard work [[aMule]] [[AMule_devs|developers]] have done and continue to do!&lt;br /&gt;
&lt;br /&gt;
Just remember you will need [[wxBase]] and [[wxWidgets|wxGTK]] installed even when using [http://www.slackware.com Slackware] package.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Hope this helps.&lt;br /&gt;
&lt;br /&gt;
Catch me on [[IRC]] at [irc://irc.freenode.net irc.freenode.com] channel [irc://irc.freenode.net/amule #amule] nick '''servnov'''.&lt;/div&gt;</summary>
		<author><name>80.142.235.236</name></author>	</entry>

	</feed>