Instalando o aMule sem problemas
Dica publicada em Linux / Software
Instalando o aMule sem problemas
Instalei o aMule no meu Slackware 10 do modo descrito abaixo, utilizando o pacote .tar.gz, creio que funcione em outras distribuições.
Faça o download do wxGTK:
Compile wxGTK com o comando:
$ tar zxvf wxGTK-2.4.2.tar.gz
$ cd wxGTK-2.4.2
$ ./configure --prefix=/usr --disable-gtk2 --with-gtk && make
Como root:
# make install
# ldconfig
Faça o download do wxBase:
Compile wxBase:
$ tar -zxvf wxBase-2.4.2.tar.gz
$ cd wxBase-2.4.2
$./configure --prefix=/usr && make
Como root:
# make install
# ln -sf /usr/bin/wxgtk-2.4-config /usr/bin/wx-config
# ln -sf /usr/bin/wxbase-2.4-config /usr/bin/wxbase-config
# ldconfig
Nota: Só é necessário da versão 2.0.0-rc1 até a 2.0.0-rc5 (incluso).
Faça o download do Crypto++:
Compile o crypto++ :
$ tar xvjf crypto-5.2.1.tar.bz2
$ cd crypto-5.2.1
$ make
Como root:
Em versões anteriores do libcrypto++ , rodar o "make install" seria suficiente. Desde libcrypto++ 5.2 isso não é mais possível. Então faça o seguinte:
# cp libcryptopp.a /usr/lib/
# mkdir /usr/include/cryptopp
# cp *.h /usr/include/cryptopp/
# ldconfig
Faça o download da versão mais recente do aMule:
Compile o aMule:
$ tar -zxvf aMule-X.X.X.tar.gz (troque o X pelo número da versão correta)
$ cd aMule-X.X.X
$ ./configure --disable-debug --enable-optimise && make
# make install
Abra o aMule digitando:
$amule
Simples :)
Valeu.
Passo 1: wxGTK
Faça o download do wxGTK:
Compile wxGTK com o comando:
$ tar zxvf wxGTK-2.4.2.tar.gz
$ cd wxGTK-2.4.2
$ ./configure --prefix=/usr --disable-gtk2 --with-gtk && make
Como root:
# make install
# ldconfig
Passo 2: wxBase
Faça o download do wxBase:
Compile wxBase:
$ tar -zxvf wxBase-2.4.2.tar.gz
$ cd wxBase-2.4.2
$./configure --prefix=/usr && make
Como root:
# make install
# ln -sf /usr/bin/wxgtk-2.4-config /usr/bin/wx-config
# ln -sf /usr/bin/wxbase-2.4-config /usr/bin/wxbase-config
# ldconfig
Passo 3: Crypto++
Nota: Só é necessário da versão 2.0.0-rc1 até a 2.0.0-rc5 (incluso).
Faça o download do Crypto++:
Compile o crypto++ :
$ tar xvjf crypto-5.2.1.tar.bz2
$ cd crypto-5.2.1
$ make
Como root:
Em versões anteriores do libcrypto++ , rodar o "make install" seria suficiente. Desde libcrypto++ 5.2 isso não é mais possível. Então faça o seguinte:
# cp libcryptopp.a /usr/lib/
# mkdir /usr/include/cryptopp
# cp *.h /usr/include/cryptopp/
# ldconfig
Passo 4: aMule
Faça o download da versão mais recente do aMule:
Compile o aMule:
$ tar -zxvf aMule-X.X.X.tar.gz (troque o X pelo número da versão correta)
$ cd aMule-X.X.X
$ ./configure --disable-debug --enable-optimise && make
# make install
Abra o aMule digitando:
$amule
Simples :)
Valeu.