From 9c8c1122d97d21727b200d90df9237039d9b9748 Mon Sep 17 00:00:00 2001 From: lotodore Date: Thu, 19 Jan 2012 22:24:07 +0000 Subject: [PATCH] Updating INSTALL file. --- INSTALL | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/INSTALL b/INSTALL index 81d3a1d7..c772457b 100644 --- a/INSTALL +++ b/INSTALL @@ -4,18 +4,18 @@ Requirements To compile PokerTH you need following libs: Linux: -- Qt version >= 4.4.3, 4.7.1 recommended --> http://qtsoftware.com/ -- zlib version 1.2.3 --> http://www.zlib.net/ +- Qt version >= 4.4.3, 4.8.0 recommended --> http://qtsoftware.com/ +- 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/ +- libgcrypt (e.g. version 1.4.6) --> http://www.gnu.org/software/libgcrypt/ +- libgsasl version >= 1.4 --> http://www.gnu.org/software/gsasl/ - libboost_thread, libboost_filesystem, libboost_datetime, libboost_program_options, - libboost_iostreams, libboost_asio, libboost_regex - (version >= 1.42, latest always recommended) --> http://www.boost.org/ + libboost_iostreams, libboost_asio, libboost_regex, libboost_random, libboost_uuid + (version >= 1.44, latest always recommended) --> http://www.boost.org/ - libSDL_mixer, libSDL --> http://www.libsdl.org/ -- libSQLite >= 3.0 --> http://sqlite.org/ +- libSQLite3 --> http://sqlite.org/ - libtinyxml > 2.0 --> http://www.sourceforge.net/projects/tinyxml - -NOTE: PokerTH might compile with libboost < 1.36 but occasional crashes will occur! +- For the server: libircclient 1.3 --> http://www.sourceforge.net/projects/libircclient/ Windows: see docs/build_mingw_windows.txt @@ -33,8 +33,3 @@ Linux: 2. Type "make" to compile the package. 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