Requirements
============

To compile PokerTH you need following libs: 

Linux:
- Qt version >= 4.3.1  --> http://trolltech.com/
- libcrypt (e.g. version 0.9.7)  --> http://www.openssl.org/
- libboost_thread (version >= 1.34.1)  --> http://www.boost.org/
- libSDL_mixer, libSDL --> http://www.libsdl.org/

Windows:
see docs/build_vc_windows.txt




Basic Installation
==================

Linux:

  1. Type "cd path/to/the/sources". Then do for example "/usr/qt/4/bin/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.