From aebc9d911e60f9b4d31e6a718b335b34bea2be9b Mon Sep 17 00:00:00 2001 From: lotodore Date: Sun, 10 Feb 2008 12:48:21 +0000 Subject: [PATCH] Updated dependencies documentation. --- INSTALL | 3 ++- docs/server_setup_howto.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index fb2ed072..cdd65aad 100644 --- a/INSTALL +++ b/INSTALL @@ -6,7 +6,8 @@ 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/ +- libboost_thread, libboost_filesystem, libboost_datetime, libboost_program_options + (version >= 1.34.1) --> http://www.boost.org/ - libSDL_mixer, libSDL --> http://www.libsdl.org/ Windows: diff --git a/docs/server_setup_howto.txt b/docs/server_setup_howto.txt index 84e09d20..dce86943 100644 --- a/docs/server_setup_howto.txt +++ b/docs/server_setup_howto.txt @@ -29,6 +29,7 @@ The following packages are required to compile the server: - boost-thread - boost-filesystem - boost-datetime + - boost-program_options * OpenSSL (any version should be fine) The following packages are optional but recommended: