| Precedente :: Successivo |
| Autore |
Messaggio |
mazzu Novizio


Registrato: Jan 10, 2009 Messaggi: 2
|
Inviato: Sab Gen 10, 2009 7:08 pm Oggetto: adunanza amule |
|
|
| ciao a tutti.qualcuno sa come fare per installare l'adunanza di amule? |
|
| Torna in cima |
|
 |
tombo Moderatore


Registrato: Aug 31, 2003 Messaggi: 350 Località: Roma
|
|
| Torna in cima |
|
 |
mazzu Novizio


Registrato: Jan 10, 2009 Messaggi: 2
|
Inviato: Dom Gen 11, 2009 5:50 pm Oggetto: adunanza amule |
|
|
| ho provato ma manca appunto l'rpm per fedora.ho provato anche ad aprire un topic nel forum del sito e mi hanno detto che quello per fedora lo devono ancora fare.qualcuno sa come posso fare per compilare il pacchetto tar.gz2? |
|
| Torna in cima |
|
 |
tombo Moderatore


Registrato: Aug 31, 2003 Messaggi: 350 Località: Roma
|
Inviato: Lun Gen 12, 2009 3:42 am Oggetto: |
|
|
In genere per compilare i sorgenti bisogna leggere prima le indicazioni del file INSTALL o README se presenti e soddisfare tutti i prerequisiti prima di iniziare la compilazione.
Per compilare i sorgenti scaricati da sourceforge.net
nella fattispecie questi:
http://downloads.sourceforge.net/amule-adunanza/amule-adunanza-3.14b3-2.2.2.tar.bz2?modtime=1223333769&big_mirror=0
ho dovuto installare con yum almeno i seguenti pacchetti:
gcc-c++.i386
GeoIP-devel.i386
gettext-devel.i386
wxGTK-devel.i386
cryptopp-devel
gd-devel.i386
libupnp-devel.i386
binutils-devel.i386
onde prevenire WARNING in configurazione ed errori di compilazione poi.
Il file di riferimento con le istruzioni per questo archivio è LEGGIMI.AdunanzA e dentro ci sono tutte le indicazioni.
Segue un estratto delle operazioni fino al lancio del programma:
| Codice: |
[tombo@palantir tmp]$ tar -xjvf amule-adunanza-3.14b3-2.2.2.tar.bz2
[tombo@palantir tmp]$ cd aMule-AdunanzA-3.14b3
[tombo@palantir aMule-AdunanzA-3.14b3]$ ./autogen.sh
.....
[tombo@palantir aMule-AdunanzA-3.14b3]$ ./configure \
--prefix=/usr/local \
--libdir=/usr/local/lib64 \
--disable-embedded-crypto \
--with-crypto-prefix=/usr/local/include \
--enable-amule-daemon \
--enable-amulecmd \
--enable-webserver \
--enable-amule-gui \
--enable-alc \
--enable-alcc \
--enable-geoip
.....
Configure script has finished system check.
Configured aMule 2.2.2 for 'i686-pc-linux-gnu'.
aMule enabled options:
**** aMule Core ****
Prefix where aMule should be installed? /usr/local
Should aMule be compiled with i18n support? yes
Should aMule be compiled in debug mode? yes
Should aMule be compiled with profiling? no
Should aMule be compiled with optimizations? yes
Should aMule be compiled with UPnP support? yes
Should aMule be compiled with IP2country support? yes
Should aMule monolithic application be built? yes
Should aMule daemon version be built? yes
Should aMule remote gui be built? (EXPERIMENTAL) no
Crypto++ library/headers style? installed
**** aMule TextClient ****
Should aMule Command Line Client be built? yes
**** aMule WebServer ****
Should aMule WebServer be built? yes
**** aMule ED2K Links Handler ****
Should aMule ED2K Links Handler be built? yes
**** aMuleLinkCreator ****
Should aMuleLinkCreator GUI version (alc) be built? yes
Should aMuleLinkCreator for console (alcc) be built? yes
**** aMule Statistics ****
Should C aMule Statistics (CAS) be built? yes
Should aMule GUI Statistics (wxCas) be built? yes
**** General Libraries and Tools ****
Should ccache support be enabled? no
Libraries aMule will use to build:
wxWidgets 2.8.9 (gtk2,shared)
crypto++ 5.5.2 (installed, in /usr)
libupnp 1.6.6
regex system
libintl system
libpng 1.2.10
libgd 2.0.33
zlib 1.2.3
[tombo@palantir aMule-AdunanzA-3.14b3]$ make
.....
e dopo innumerevole tempo
.....
[tombo@palantir aMule-AdunanzA-3.14b3]$ cd src
[tombo@palantir aMule-AdunanzA-3.14b3]$ ./amule
|
_________________ The right information at the right place
 |
|
| Torna in cima |
|
 |
|