Ok I wanted to avoid spending my Easter's monday at it but....let's do it....
As written in [url]http://wiki.amule.org/index.php/HowTo_Compile_In_Ubuntu[/url]
[code]ale@beast ~ $ sudo apt-get install g++ binutils-dev libcrypto++-dev libgtk2.0-dev libgd2-xpm-dev libgeoip-dev libupnp3-dev zlib1g-dev autopoint
[sudo] password for ale:
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze
Lettura informazioni sullo stato... Fatto
autopoint è già alla versione più recente.
g++ è già alla versione più recente.
libgd2-xpm-dev è già alla versione più recente.
libgeoip-dev è già alla versione più recente.
libgtk2.0-dev è già alla versione più recente.
zlib1g-dev è già alla versione più recente.
È stato impostato zlib1g-dev per l'installazione manuale.
libcrypto++-dev è già alla versione più recente.
libupnp3-dev è già alla versione più recente.
binutils-dev è già alla versione più recente.
Il seguente pacchetto è stato installato automaticamente e non è più richiesto:
libnspr4-0d
Usare "apt-get autoremove" per rimuoverli.
0 aggiornati, 0 installati, 0 da rimuovere e 3 non aggiornati.
ale@beast ~ $
ale@beast ~ $ sudo apt-get install libcrypto++-utils
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze
Lettura informazioni sullo stato... Fatto
libcrypto++-utils è già alla versione più recente.
Il seguente pacchetto è stato installato automaticamente e non è più richiesto:
libnspr4-0d
Usare "apt-get autoremove" per rimuoverli.
0 aggiornati, 0 installati, 0 da rimuovere e 3 non aggiornati.
ale@beast ~ $
ale@beast /usr/share/crypto++ $ cryptest v
[...]
passed signature and verification
passed checking invalid signature
All tests passed!
Test ended at Mon Apr 9 12:17:53 2012
Seed used was: 1333966672
ale@beast /usr/share/crypto++ $
ale@beast /usr/share/crypto++ $ mkdir /home/ale/.aMule/wx
ale@beast /usr/share/crypto++ $
From the official wx homepage I just downloaded wxGTK-2.8.12.tar.gz in my home, so I write
ale@beast ~ $ tar xzf wxGTK-2.8.12.tar.gz
ale@beast ~ $
and it decompresses the archive into the folder named wxGTK-2.8.12
The guide says: "Extract it with tar xzf wxGTK-2.8.12.tar.gz. Make and cd to wx/build and run
../wxGTK-2.8.12/configure --with-gtk --without-libtiff --without-subdirs --enable-unicode --enable-optimise
then make "
[code]ale@beast ~/wxGTK-2.8.12 $ make
make: *** Nessun obiettivo specificato e nessun makefile trovato. Arresto.
ale@beast ~/wxGTK-2.8.12 $
[/code]
... MAKE what?!? WHere? How??!?
Intuitively I cd to wx/build and run
ale@beast ~/wxGTK-2.8.12/build $ ../wxGTK-2.8.12/configure --with-gtk --without-libtiff --without-subdirs --enable-unicode --enable-optimise
bash: ../wxGTK-2.8.12/configure: File o directory non esistente
ale@beast ~/wxGTK-2.8.12/build $
Errors! WHy? What should I do?
I'm stuck!
The guide isn't right!
It is not explained in a good manner.