aMule Forum

English => Multiplatform => Mac OSX => Topic started by: one2one on July 14, 2004, 10:59:07 PM

Title: Mac amule is here
Post by: one2one on July 14, 2004, 10:59:07 PM
 

 

 

How to run aMule in MAC OS X

 

--------------------------------------------- first download these files --------------------------------------------------

wxMac-2.5.2.tar.gz           http://ftp://biolpc22.york.ac.uk/pub/2.5.2/wxMac-2.5.2.tar.gz

crypto-5.1.tar.bz2           http://download.berlios.de/amule/crypto-5.1.tar.bz2

open terminal and write

mkdir amule

decompress crypto-5.1.tar.bz2 and wxMac-2.5.2.tar.gz then put the decompressed folders on amule folder in your home

-------------------------------------------------- install libcrypto ------------------------------------------------------

open terminal and write

cd amule

cd crypto-5.1

make

sudo make install

sudo ranlib /usr/lib/libcryptopp.a

then rename crypto-5.1 folder to cryptopp

----------------------------------------------------- install wxMac -------------------------------------------------------

open terminal and write

cd amule

cd wxMac-2.5.2

mkdir osxbuild

cd osxbuild

../configure

make

sudo make install

------------------------------------------------- download amule and run --------------------------------------------------

download mac amule from here http://www.amule.org/mac-files/amule.sit compiled by one_2_one from aMule-cvs-20040714.tar.bz2

open terminal and write

mkdir .amule

in finder menu bar Go>Go to folder...  then write ~/.amule  then copy server.met file to that folder

now you can start amule :)

good luck

---------------------------------------------------------------------------------------------------------------------------
Title: Re: Mac amule is here
Post by: pick on July 15, 2004, 02:29:17 PM
Don't works for me... amule crash with this error :
Code: [Select]
dyld: ./amule can't open library: /usr/local/lib/libintl.3.dylib  (No such file or directory, errno = 2)
Trace/BPT trap

:((

It's not possible that you release a simple binary that works without installing all this stuff ? eDonkey and Firefox works with wxwindows too, i think, and don't need all this stuff... :/ A simple application that works when i double click it...
Title: Re: Mac amule is here
Post by: one2one on July 15, 2004, 09:17:46 PM
donwload gettext and install  http://ftp://ftp.gnu.org/gnu/gettext/gettext-0.14.tar.gz
Title: Re: Mac amule is here
Post by: blitzkrieg on July 16, 2004, 12:33:13 AM
i can't use it too, it say that i don't have /sw/lib/libgtk-1.2.0.dylib , i think that /sw is created by fink,
but i don't use fink, and i've installed gtk-1.2.10 but still have no libgtk-1.2.0.dylib on my system, i only have libgtk.a and libgtk.la
Title: Re: Mac amule is here
Post by: Jacobo221 on July 16, 2004, 04:56:58 AM
HowTo for Mac is now on Wiki:
http://www.amule.org/wiki/index.php/HowTo_compile_on_Mac
Please check it. I've never used Mac, so I bsed all of it on howtos here on forums.
one2one, Paul, all of you, please correct whatever is wrong.
Thanks and greetings!
Title: Re: Mac amule is here
Post by: one2one on July 16, 2004, 11:15:21 AM
curl -O http://one2one.com.sapo.pt/dc.cpp  remove this plz
this was a patch to wxmac 2.4.2
and remove this too
# copy dc.cpp over similar file in wxMac
mv dc.cpp wxMac-2.5.2/src/mac/
Title: Re: Mac amule is here
Post by: Jacobo221 on July 16, 2004, 12:11:16 PM
Fine one2one. THANX A LOT! :-)
But, hey, Wiki is there so that _anybody_ can modify the pages and add, delete, etc. So next time feel free to do it yourself :-)))
C'ya!
Title: mmmhh..
Post by: caino73 on July 16, 2004, 01:53:35 PM
"make

sudo make install"

THIS command--> make,doesn't work on me
and i've got gettext..