2007-04-27 06:55:21 +00:00
|
|
|
Requirements
|
|
|
|
|
============
|
|
|
|
|
|
|
|
|
|
To compile PokerTH you need following libs:
|
|
|
|
|
|
|
|
|
|
Linux:
|
2009-05-24 13:30:10 +00:00
|
|
|
- Qt version >= 4.4.3, 4.5.1 recommended --> http://qtsoftware.com/
|
2008-04-25 16:30:53 +00:00
|
|
|
- zlib version 1.2.3 --> http://www.zlib.net/
|
|
|
|
|
- libcurl version >= 7.16 --> http://curl.haxx.se/
|
|
|
|
|
- gnutls (e.g. version 2.2.2) --> http://www.gnu.org/software/gnutls/
|
2009-04-11 15:41:32 +00:00
|
|
|
- libboost_thread, libboost_filesystem, libboost_datetime, libboost_program_options,
|
|
|
|
|
libboost_iostreams, libboost_asio, libboost_regex
|
2009-03-21 12:11:41 +00:00
|
|
|
(version >= 1.36, 1.38.0 recommended) --> http://www.boost.org/
|
2009-06-25 20:32:58 +00:00
|
|
|
NOTE: Please do not use boost 1.39.0 for the dedicated server, due to bug
|
|
|
|
|
https://svn.boost.org/trac/boost/ticket/3095
|
2008-04-25 16:30:53 +00:00
|
|
|
- libSDL_mixer, libSDL --> http://www.libsdl.org/
|
2007-04-27 06:55:21 +00:00
|
|
|
|
2009-04-11 15:41:32 +00:00
|
|
|
NOTE: PokerTH might compile with libboost < 1.36 but occasional crashes will occur!
|
2009-03-21 12:45:23 +00:00
|
|
|
|
2007-04-27 06:55:21 +00:00
|
|
|
Windows:
|
2008-04-25 16:30:53 +00:00
|
|
|
see docs/build_mingw_windows.txt
|
2007-04-27 06:55:21 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
Basic Installation
|
|
|
|
|
==================
|
|
|
|
|
|
|
|
|
|
Linux:
|
|
|
|
|
|
2007-12-20 08:18:09 +00:00
|
|
|
1. Type "cd path/to/the/sources". Then do for example "/usr/qt/4/bin/qmake pokerth.pro" to configure the makefile for your system.
|
2007-04-27 06:55:21 +00:00
|
|
|
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.
|
|
|
|
|
|
2009-03-21 12:11:41 +00:00
|
|
|
3. Become root (typing "su") and type "make install" to install the program binary.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Windows:
|
|
|
|
|
|
|
|
|
|
Please check out the automatic windows build script --> http://sourceforge.net/project/showfiles.php?group_id=166634&package_id=268019
|