diff --git a/Building-PokerTH-for-Linux.md.md b/Building-PokerTH-for-Linux.md.md index e9791ea..680d24c 100644 --- a/Building-PokerTH-for-Linux.md.md +++ b/Building-PokerTH-for-Linux.md.md @@ -10,7 +10,7 @@ The following DEVELOPMENT packages are required to compile the server. Runtime libraries are not enough to compile. Development packages are mandatory (ie: libXXXX_dev) * qmake (Qt development tools): 4.8+. (current and recommended is 5.8: https://www.qt.io/download-open-source/) -* boost 1.44, latest recommended (requires libbz2) (current and recommended is 1.63 http://www.boost.org/users/history/version_1_63_0.html). +* boost 1.44, latest recommended (requires libbz2) (current and recommended is 1.63 http://www.boost.org/users/history/version_1_63_0.html) [1.62]( http://www.boost.org/users/history/version_1_62_0.html). - boost-thread - boost-filesystem - boost-datetime @@ -36,14 +36,9 @@ Runtime libraries are not enough to compile. Development packages are mandatory * protoc >= 2.3.0 (during build), libprotobuf >= 2.3.0 -> https://github.com/google/protobuf * libmysql++, for official server -## Get code - - $ git clone https://github.com/pokerth/pokerth.git - $ cd pokerth - $ git checkout stable ## don't miss to switch to stable version ## Compilation -### Server (official): +### Server: ``` $ qmake QMAKE_CFLAGS_ISYSTEM="" -spec linux-g++ pokerth.pro $ make