2007-04-27 06:55:21 +00:00
|
|
|
Requirements
|
|
|
|
|
============
|
|
|
|
|
|
|
|
|
|
To compile PokerTH you need following libs:
|
|
|
|
|
|
|
|
|
|
Linux:
|
|
|
|
|
- Qt version >= 4.2.3 --> http://trolltech.com/
|
|
|
|
|
- libcrypt (e.g. version 0.9.7) --> http://www.openssl.org/
|
2007-06-10 21:24:34 +00:00
|
|
|
- libboost_thread (version >= 1.33 ) --> http://www.boost.org/
|
2007-05-29 12:22:05 +00:00
|
|
|
- libSDL_mixer, libSDL --> http://www.libsdl.org/
|
2007-04-27 06:55:21 +00:00
|
|
|
|
|
|
|
|
Windows:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Basic Installation
|
|
|
|
|
==================
|
|
|
|
|
|
|
|
|
|
Linux:
|
|
|
|
|
|
|
|
|
|
1. Type "cd path/to/the/sources". Then do "qmake" to configure the makefile for your system.
|
|
|
|
|
Pay attention that the QTDIR environment varialbe points to Qt4 not Qt3. For example QTDIR=/usr/qt/4.
|
|
|
|
|
You can set this variable typing: "export QTDIR=/usr/qt/4"
|
|
|
|
|
|
|
|
|
|
2. Type "make" to compile the package.
|
|
|
|
|
|
|
|
|
|
3. Become root (typing "su") and type "make install" to install the program binary.
|