Make sure that the driver to your 3D graphic card is proper installed and working.
Next you need is to install 32-bit libs to make PokerTH working;
Code:
sudo apt-get update && sudo apt-get upgrade sudo apt-get install ia32-libs wget http://www.boundlesssupremacy.com/Cappy/getlibs/getlibs-all.deb sudo dpkg -i getlibs-all.deb getlibs -p libmikmod2 libboost-thread1.34.1 libboost-filesystem1.34.1 sudo ln -s /usr/lib32/libboost_thread-gcc42-mt-1_34_1.so.1.34.1 /usr/lib32/libboost_thread-mt.so sudo ln -s /usr/lib32/libboost_filesystem-gcc42-mt-1_34_1.so.1.34.1 /usr/lib32/libboost_filesystem-mt.so
Done.
Download PokerTH linux.zip to your Desktop.
Download
Code:
mkdir -p ~/.Games/PokerTH cd ~/Desktop unzip PokerTH-0.6.1-linux.zip cp -r PokerTH-0.6.1/* ~/.Games/PokerTH
Done.
Code:
nano ~/.Games/PokerTH-launch.sh
Add the following;
#!/bin/bash
cd ~/.Games/PokerTH
./pokerth
Save [ctrl]+[o] & Exit [ctrl]+[x]
Code:
chmod +x ~/.Games/PokerTH-launch.sh alacarte
Go to the Game section in Alacarte and push the New Item button. Fill in;
Name: PokerTH
Command: sh /home/USERNAME/.Games/PokerTH-launch.sh
Comment: You can play the popular “Texas Hold'em” poker variant against up to six computer-opponents or play network games with people all over the world.
Icon: ~/.Games/PokerTH/pokerth.png
You can now launch PokerTH by Applications tab —> Games —> PokerTH
Enjoy!