Difference between revisions of "HowTo Compile In Slackware"
From AMule Project FAQ
m (=Installing aMule on [http://www.slackware.com Slackware]=) |
|||
Line 31: | Line 31: | ||
3) UNINSTALL: | 3) UNINSTALL: | ||
− | :''removepkg aMule'' | + | :''removepkg aMule'' |
− | + | ||
:Then if you want get a newer aMule*.tgz version as ''installpkg'' again. | :Then if you want get a newer aMule*.tgz version as ''installpkg'' again. | ||
Line 42: | Line 41: | ||
---- | ---- | ||
− | + | 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. | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
Enjoy the hard work [[aMule]] [[AMule_devs|developers]] have done and continue to do! | Enjoy the hard work [[aMule]] [[AMule_devs|developers]] have done and continue to do! | ||
Just remember you will need [[wxBase]] and [[wxWidgets|wxGTK]] installed even when using [http://www.slackware.com Slackware] package. | Just remember you will need [[wxBase]] and [[wxWidgets|wxGTK]] installed even when using [http://www.slackware.com Slackware] package. |
Revision as of 16:38, 29 September 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 wxBase*
- cd wxBase*
- ./configure
- make
- make install
- tar -xzvf wxGTK*
- cd wxGTK*
- ./configure
- make
- make install
- Grab pre-built Slackware package from linuxpackages.net.
- installpkg aMule-2.0.0rc5-i686-2.tgz (or whatever current version is)
- That's all!
3) UNINSTALL:
- removepkg aMule
- Then if you want get a newer aMule*.tgz version as installpkg again.
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. 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.