aMule 2.2.6 for Puppy 4.31

Browsers, email, chat, etc.
Post Reply
Message
Author
mylatuto
Posts: 1
Joined: Thu 22 Jul 2010, 20:55

aMule 2.2.6 for Puppy 4.31

#1 Post by mylatuto »

Hello,

Here is a .PET for aMule 2.2.6 and Puppy 4.31

http://dl.dropbox.com/u/13064071/aMule- ... 6-full.pet

aMule has been patched to remove the "running amule as root warning" in file amule.cpp.

The .PET contains the wxGTK-2.8.10 library which is need by aMule.
It also contains a pinstall.sh script which is automatically launched at the end of install to execute "ldconfig" command (needed for wxGTK-2.8.10 library).

So you just have to double click on the .PET file and to launch "amule"

For those for want to build it from source (don't forget to have devx_431.sfs):

-- build wxGTK-2.8.10.tar.gz
cd /tmp
tar xvfz /mnt/home/wxGTK-2.8.10.tar.gz
cd wxGTK-2.8.10
./configure --enable-unicode
make
make install

-- build cryptopp552.zip
mkdir /tmp/crypto
cd /tmp/crypto
unzip /mnt/home/cryptopp552.zip
make
make install

-- build amule
cd /tmp
unzip /mnt/home/aMule-2.2.6.tar
cd aMule-2.2.6
geany src/amule.cpp
./configure
make
make install


-------

This is not relative to eMule or Puppy, but DropBox is a really nice solution to synchronize files & to share files (2Go, no ads, no spam, very simple interface : just a directory on your PC!)
It you find it interesting, you may register for free by clicking here :
http://www.dropbox.com/referrals/NTEzMDY0MDcxOQ
It will give both of us 250 Mo supplementary.

miscaro
Posts: 6
Joined: Sun 01 Aug 2010, 15:46
Location: Portugal

aMule 2.3.1

#2 Post by miscaro »

Hi!
Congratulations. I've been using this .pet, for a wile now, in Puppy 5.2.8 flawlessly. Meanwhile a message showed up. AMule evolved to version 2.3.1!
Do you have plans to build an upgrade pack? (it would be great if you did :D )
M

Post Reply