aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: 1 2 [3] 4 5 6

Author Topic: How to install aMule in MAC OS X  (Read 60722 times)

berghy

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
Re: How to install aMule in MAC OS X
« Reply #30 on: June 28, 2004, 10:21:08 PM »

Nessuno mi puo' spiegare come installare amule.. ma in italiano??

Grazie
Logged

sssnake

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 69
  • Don't eat the yellow snow (F. Zappa)
Re: How to install aMule in MAC OS X
« Reply #31 on: June 28, 2004, 11:42:08 PM »

Vado a descrivere il processo da nuovo se il nuovo amule rc4 va essere finito (in po' tempo). Puo anche essere, che per il rc4 si trove anche una persone che fa und .dmg per OS X per installare con click-a-di-click (io non so chome fare questo).
Aspettiamo dunque...
Logged

Ocimin

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 42
Re: How to install aMule in MAC OS X
« Reply #32 on: June 29, 2004, 10:39:47 PM »

Se lo vuoi installare per usarlo ti conviene aspettare la RC4, perchè le precedenti riesci a compilarle ma non si connettono ai servers, quindi sono in pratica inutilizzabili (la RC4 dovrebbe uscire a giorni).
Se ti interessa solo vedere l'interfaccia esiste una RC precedente fatta a dmg scaricabile da qui:
http://download.berlios.de/amule/amule.sit
Se invece volevi imparare a compilare un programma, ti posso esternare solo la mia stima ma nessun aiuto: aspettero la RC4 per iniziare!
Se mi dici che sei proprio interessato, in questi giorni traduco i post e te li scrivo....però mi ci vorrà qualche giorno perchè adesso sono un po' impegnato.
Saluti.

Ocimin
Logged

Madsnail

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Re: How to install aMule in MAC OS X
« Reply #33 on: July 06, 2004, 01:36:34 PM »

Well, I managed to install crypto and wxMac alright, but I get a bunch of errors installing aMule. Errors of this kind :

/usr/include/cryptopp/rsa.h:113: error: template with C linkage
/usr/include/cryptopp/rsa.h:120: error: template with C linkage
BaseClient.cpp:976:26: warning: #warning Lacks Comment Filtering
BaseClient.cpp:1564:10: warning: #warning ADDME - Import needed
make[2]: *** [amule-BaseClient.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

I get a lot of "template with C linkage" errors, any ideas how I could work it out?

Forgot to say I've got an uptodate version of Fink installed...
« Last Edit: July 06, 2004, 01:37:21 PM by Madsnail »
Logged
Bart, with $10,000, we'd be millionaires!

paul

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 13
Re: How to install aMule in MAC OS X
« Reply #34 on: July 13, 2004, 05:24:44 PM »

Quote
# make amule dir in home
cd ~
mkdir amule
cd amule

# get source from the internet and unpack it
curl -O  http://heanet.dl.sourceforge.net/sourceforge/wxwindows/wxMac-2.4.2.tar.gz
curl -O  http://download.berlios.de/amule/crypto-5.1.tar.bz2
curl -O  http://download.berlios.de/amule/aMule-2.0.0rc4.tar.gz
curl -O  http://one2one.com.sapo.pt/dc.cpp
tar -xzf aMule-2.0.0rc4.tar.gz
tar -xjf crypto-5.1.tar.bz2
tar -xzf wxMac-2.4.2.tar.gz

# remove downloaded archives after unpacking
rm wxMac-2.4.2.tar.gz crypto-5.1.tar.bz2 aMule-2.0.0rc4.tar.gz

# copy dc.cpp over similar file in wxMac
mv dc.cpp wxMac-2.4.2/src/mac/

# install wxMac
cd wxMac-2.4.2
mkdir build
cd build
../configure
make
sudo make install
cd ..
cd ..

# install libcrypto
cd crypto-5.1
make
sudo make install
cd ..
mv crypto-5.1 cryptopp
sudo ranlib /usr/lib/libcryptopp.a

# install fink
# http://optusnet.dl.sourceforge.net/sourceforge/fink/Fink-0.7.0-Installer.dmg
sudo apt-get install gtk+
sudo apt-get install gtk+-shlibs

# install amule
cd aMule-2.0.0rc4
./configure --disable-systray --disable-gsocket --disable-gtk --with-wx-prefix=/usr/local --with-wx-config=/usr/local/bin/wx-config --with-crypto-prefix=/Users/your_name_home/amule/
make
cd ..

# create app-Container
curl -O http://one2one.no.sapo.pt/amule.zip
unzip amule.zip
rm amule.zip
cp aMule-2.0.0rc4/src/amule amule.app/Contents/MacOS/

# move amule to your Applications folder
mv amule.app /Applications
« Last Edit: July 13, 2004, 05:29:39 PM by paul »
Logged

caino73

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 20
  • worker found of dark-electro-goth & metal music
    • http://www.macupdate.com
tried 2 compile it........
« Reply #35 on: July 14, 2004, 01:03:45 PM »

'tcsh: ../configure: Command not found.'
i can't even install vxmac...

need help!
cheers
Logged

Ocimin

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 42
Re: How to install aMule in MAC OS X
« Reply #36 on: July 14, 2004, 01:18:13 PM »

Try with ./configure (in the directory wxMac-2.4.2)

Ocimin
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: How to install aMule in MAC OS X
« Reply #37 on: July 14, 2004, 01:24:08 PM »

Please I need beta testers to report bugs and allow me to fix them ASAP. Advertise it and get me testers!


I swear I'll do my best to have the Mac version 100% working ASAP if I get feedback.
Logged

blitzkrieg

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 11
Re: How to install aMule in MAC OS X
« Reply #38 on: July 14, 2004, 02:53:36 PM »

I've alredy compiled amule-2.0.0-rc4 for mac but it doesn't work
please see :

http://www.amule.org/amule/thread.php?threadid=2877&boardid=49&sid=
Logged
MAC RULEZ

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: How to install aMule in MAC OS X
« Reply #39 on: July 14, 2004, 03:10:47 PM »

HowTo compile aMule in Mac lacks at wiki ( http:// wiki.amule.org ).
Paul, is that post above ready to be used as a HowTo or would you want to wait and clean doubts away?
Greetings
Logged

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: How to install aMule in MAC OS X
« Reply #40 on: July 14, 2004, 03:12:44 PM »

the above question is also going to one2one ;-)
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: How to install aMule in MAC OS X
« Reply #41 on: July 14, 2004, 04:24:31 PM »

I know is not working for you, but it is for one_2_one and me. so please, are you using wx 2.5.2?
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: How to install aMule in MAC OS X
« Reply #42 on: July 14, 2004, 04:49:21 PM »

Quote
Originally posted by paul
Quote
# make amule dir in home
cd ~
mkdir amule
cd amule

# get source from the internet and unpack it
curl -O  http://heanet.dl.sourceforge.net/sourceforge/wxwindows/wxMac-2.4.2.tar.gz
curl -O  http://download.berlios.de/amule/crypto-5.1.tar.bz2
curl -O  http://download.berlios.de/amule/aMule-2.0.0rc4.tar.gz
curl -O  http://one2one.com.sapo.pt/dc.cpp
tar -xzf aMule-2.0.0rc4.tar.gz
tar -xjf crypto-5.1.tar.bz2
tar -xzf wxMac-2.4.2.tar.gz

# remove downloaded archives after unpacking
rm wxMac-2.4.2.tar.gz crypto-5.1.tar.bz2 aMule-2.0.0rc4.tar.gz

# copy dc.cpp over similar file in wxMac
mv dc.cpp wxMac-2.4.2/src/mac/

# install wxMac
cd wxMac-2.4.2
mkdir build
cd build
../configure
make
sudo make install
cd ..
cd ..

# install libcrypto
cd crypto-5.1
make
sudo make install
cd ..
mv crypto-5.1 cryptopp
sudo ranlib /usr/lib/libcryptopp.a

# install fink
# http://optusnet.dl.sourceforge.net/sourceforge/fink/Fink-0.7.0-Installer.dmg
sudo apt-get install gtk+
sudo apt-get install gtk+-shlibs

# install amule
cd aMule-2.0.0rc4
./configure --disable-systray --disable-gsocket --disable-gtk --with-wx-prefix=/usr/local --with-wx-config=/usr/local/bin/wx-config --with-crypto-prefix=/Users/your_name_home/amule/
make
cd ..

# create app-Container
curl -O http://one2one.no.sapo.pt/amule.zip
unzip amule.zip
rm amule.zip
cp aMule-2.0.0rc4/src/amule amule.app/Contents/MacOS/

# move amule to your Applications folder
mv amule.app /Applications

like Kry said, plz use wxMac 2.5.2

caino73

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 20
  • worker found of dark-electro-goth & metal music
    • http://www.macupdate.com
can't compile it!
« Reply #43 on: July 14, 2004, 10:53:12 PM »

"Try with ./configure (in the directory wxMac-2.4.2)

Ocimin"

i've tried both ways,same result: "tcsh: ./configure: Command not found"
what am i supposed to do?
Logged

Ocimin

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 42
Re: How to install aMule in MAC OS X
« Reply #44 on: July 14, 2004, 11:31:15 PM »

First of all download and use wxMac-2.5.2 and no wxMac-2.4.2.
After the extraction of wxMac-2.5.2 (tar -xzf wxMac-2.5.2.tar.gz) enter in the directory (cd wxMac-2.5.2). If you do ls in the terminal you can see a file with name configure?

Ocimin
Logged
Pages: 1 2 [3] 4 5 6