4 PM or so, Plee wakes up, tired. He has dreamed again about that awesome period when he went across the entire world together with his belle. He puts his leg in the honey pot… empty! Moreover every single honey pot in the house is empty. “One more trick of that kid”, he thinks. “I'm going to give him such a wallop of which hesure will remember”.
Following honey drops on the ground, Plee reaches the edge of the forest. Beginning of the game.
[More Info]
Make sure that the driver to your 3D graphic card is proper installed and working.
Tools, libs and -devs is needed to build, install and run Plee the Bear.
Code:
sudo apt-get update && sudo apt-get upgrade sudo apt-get install build-essential cmake checkinstall sudo apt-get install bcp libsdl1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev libxext-dev libwxbase2.8-dev libwxgtk2.8-dev
LibClaw
LibClaw is needed as well.
Download libclaw source to your Desktop.
Download
Code:
cd ~/Desktop tar jxfv libclaw-1.5.2b.tar.bz2 cd libclaw-1.5.2b cmake . make checkinstall --install=no sudo dpkg -i libclaw_1.5.2b-1_amd64.deb
Done.
Download Plee the Bear Source to your Desktop.
Download
Code:
cd ~/Desktop tar jxfv plee-the-bear-0.2.1.tar.bz2 cd plee-the-bear-0.2.1 cmake . make checkinstall --addso=yes --install=no sudo dpkg -i plee-the-bear_0.2.1-1_amd64.deb
Done.
You can launch Plee the Bear by Applications tab —> Games —> Plee the Bear
or by typing plee-the-bear in the terminal.
Enjoy!