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: