Update 'Building PokerTH for Linux.md'

sco
2022-01-10 22:28:28 +01:00
parent 3478350c9e
commit 9834d94dda
+2 -2
@@ -45,14 +45,14 @@ Runtime libraries are not enough to compile. Development packages are mandatory
## Compilation ## Compilation
### Server (official): ### Server (official):
``` ```
$ qmake CONFIG+="official_server" -spec linux-g++ pokerth.pro $ qmake QMAKE_CFLAGS_ISYSTEM="" CONFIG+="force_debug_info" -spec linux-g++ pokerth.pro
$ make $ make
``` ```
Binaries are left in (./bin/pokerth_server and ./chatcleaner) Binaries are left in (./bin/pokerth_server and ./chatcleaner)
### Client: ### Client:
``` ```
$ qmake CONFIG+="client" -spec linux-g++ pokerth.pro $ qmake CONFIG+="client" QMAKE_CFLAGS_ISYSTEM="" -spec linux-g++ pokerth.pro
$ make $ make
``` ```
Binary is left in (./pokerth) Binary is left in (./pokerth)