Difference between revisions of "HowTo Compile In Slackware"
m (update for rc6) |
|||
Line 8: | Line 8: | ||
2) INSTALL: | 2) INSTALL: | ||
− | :''tar -xzvf | + | :''tar -xzvf wxGTK*'' |
− | :''cd | + | :''cd wxGTK*'' |
:''./configure'' | :''./configure'' | ||
:''make'' | :''make'' | ||
+ | :''su'' | ||
+ | :(enter root password) | ||
:''make install'' | :''make install'' | ||
− | :''tar -xzvf | + | '''Optional for GUI (required for command line amule):''' |
− | :''cd | + | :''tar -xzvf wxBase*'' |
+ | :''cd wxBase*'' | ||
:''./configure'' | :''./configure'' | ||
:''make'' | :''make'' | ||
+ | :''su'' | ||
+ | :(enter root password) | ||
:''make install'' | :''make install'' | ||
+ | |||
+ | |||
:Grab pre-built [http://www.slackware.com Slackware] package from [http://www.linuxpackages.net/search_view.php?by=name&name=amule&ver= linuxpackages.net]. | :Grab pre-built [http://www.slackware.com Slackware] package from [http://www.linuxpackages.net/search_view.php?by=name&name=amule&ver= linuxpackages.net]. | ||
− | |||
− | :''installpkg aMule-2.0. | + | |
+ | :''installpkg aMule-2.0.0rc7-i686-1.tgz'' (or whatever current version is) | ||
:That's all! | :That's all! | ||
Line 32: | Line 39: | ||
3) UNINSTALL: | 3) UNINSTALL: | ||
:''removepkg aMule'' | :''removepkg aMule'' | ||
− | : | + | |
+ | 4) UPDATING AMULE VERSION: | ||
+ | :''upgradepkg aMule-2.0.0rc7-i686-1.tgz'' (will remove old amule package and install new version) | ||
Hope this helps. | Hope this helps. |
Revision as of 18:52, 11 November 2004
by Mike (servnov)
Installing aMule on Slackware
1) Download wxBase and wxGTK sources (.tar.gz packages) from http://www.amule-project.net or http://www.amule.org
- NOTE: you will need root access or equivalent to complete aMule install.
2) INSTALL:
- tar -xzvf wxGTK*
- cd wxGTK*
- ./configure
- make
- su
- (enter root password)
- make install
Optional for GUI (required for command line amule):
- tar -xzvf wxBase*
- cd wxBase*
- ./configure
- make
- su
- (enter root password)
- make install
- Grab pre-built Slackware package from linuxpackages.net.
- installpkg aMule-2.0.0rc7-i686-1.tgz (or whatever current version is)
- That's all!
3) UNINSTALL:
- removepkg aMule
4) UPDATING AMULE VERSION:
- upgradepkg aMule-2.0.0rc7-i686-1.tgz (will remove old amule package and install new version)
Hope this helps.
Catch me on IRC at irc.freenode.com channel #amule nick servnov
Final note
You can even get wxBase and wxGTK .tgz slack packages and install with 'installpkg'. Using the slackware package manager saves time during install and makes upgrading easy. You can also type 'pkgtool' as root and then search for the packages you have downloaded and install and/or remove packages.
Enjoy the hard work aMule developers have done and continue to do!
Just remember you will need wxBase and wxGTK installed even when using Slackware package.