Index of /pub/amule/osx/2.2.5
Name Last modified Size Description
Parent Directory -
Experimental/ 11-Jun-2009 18:11 -
LEGGIMI.GToso.txt 27-May-2009 18:35 2.6K
OSXBuild/ 16-May-2009 20:05 -
ReadMe.GToso.txt 27-May-2009 18:35 2.3K
aMule-2.2.5-OSX10.4+.dmg 27-May-2009 20:45 40M
aMule-2.2.5-OSX10.5.dmg 27-May-2009 19:31 40M
aMule-2.2.5-aDebug-OSX10.4+_2.dmg 27-May-2009 21:00 46M
checksum/ 11-Jun-2009 18:11 -
old/ 11-Jun-2009 18:11 -
aMule 2.2.x or SVN for Mac OS X Tiger and Leopard Universal Binary
(Daemon, Remote GUI and Buildscripts Included)
Tiger/Leopard version compiled on OSX 10.5.7 Intel, XCode 3.1.2, MacPorts.
Official site: http://www.amule.org/
Packages:
http://www.amule.org/
http://forum.amule.org/index.php?topic=13920.0
http://gtoso.tor.it/pub/amule/osx/
Notes on file names:
DEBUG: both wxMac and aMule with DEBUG enabled and without any optimizations
aDEBUG: only aMule with DEBUG enabled (SVN builds with optimizations)
OSX10.4+: Universal Binary for Tiger and above
(wxMac/aMule/dependences compiled with 10.4 SDK and Apple gcc 4.0.1)
OSX10.5: Universal Binary for Leopard (and above)
(wxMac/aMule/dependences compiled with 10.5 SDK and Apple gcc 4.2.1)
FastG4+: Experimental! wxMac/aMule insanely optimized (G4-G5/Intel)
FastG5+: Experimental! wxMac/aMule insanely optimized (G5/Intel)
..._N.dmg
Build number N.
I removed GeoIP from file names: all my recently builds have GeoIP enabled, unless you see NOGeoIP.
INSTALL
Simply drag the aMule-2.2.x folder (or one of the applications inside it) to the Applications folder:
When you download aMule, you will end up with a aMule-2.2.x-...-OSX10.4+.dmg file.
Double-click to open this file. An icon will now appear on your Desktop, right beside your drive(s).
Open it and drag the aMule-2.2.x folder from the resulting window to the place where you want to install it.
Most often this is the directory Applications on your main harddrive.
If you see a request for authentication enter username and password of an administrator.
Inside the aMule.app application you can find also:
cas, alcc, mulefileview and amuled in MacOS,
man pages in SharedSupport.
I included too:
aMuleGUI.app: Remote GUI
aLinkCreator.app: Tool for computing ed2k link from a file
WxCas.app: GUI aMule statistics
* Note about amuled *
if you want that amuled start amuleweb,
put its path in the PATH environment variable,
at example:
PATH="/Applications/aMule.app/Contents/MacOS:$PATH" amuled -f
Otherwise you can add to .profile something like:
export PATH=/Applications/aMule.app/Contents/MacOS:$PATH
so you can simply invoke amulecmd, amuled, ed2k, ...
and in Tiger[*] the relative man pages (man amuled).
*) In Leopard the AUTOPATH doesn't work,
so for man pages use the MANPATH variable:
export MANPATH=/Applications/aMule.app/Contents/man:$MANPATH