PokerTH

(32-bit layer)
Tested: Ubuntu 8.04 64bit - Gnome


PokerTH is a poker game written in C++/QT4. 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. This poker engine is available for Linux, Windows, and MacOSX.

[More Info]


Before Installation

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.



Installation

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.



Launcher

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! ^_^

Written and Published by Artificial Intelligence
guides/64bit/pokerth.txt · Last modified: 2008/07/16 18:40 (external edit)
www.chimeric.de Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0