Index of /pub/amule/osx/svn
Name Last modified Size Description
Parent Directory -
LEGGIMI.GToso.txt 27-May-2009 18:35 2.6K
OSXBuild/ 31-May-2009 19:20 -
ReadMe.GToso.txt 27-May-2009 18:35 2.3K
aMule-SVN-r9602-aDebug-GeoIP-OSX10.4+-GToso.dmg 15-May-2009 19:32 46M
aMule-SVN-r9623-aDebug-OSX10.4+-GToso.dmg 27-May-2009 21:42 45M
aMule-SVN-r9642-aDebug-OSX10.4+-GToso.dmg 31-May-2009 20:57 45M
aMule-SVN-r9642-aDebug-OSX10.4+-GToso_2.dmg 31-May-2009 23:28 45M
aMule-SVN-r9655-aDebug-OSX10.4+-GToso.dmg 08-Jun-2009 16:19 45M
cheksum/ 11-Jun-2009 18:24 -
old/ 11-Jun-2009 18:07 -
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