We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb98622 + c968ac0 commit e426b9bCopy full SHA for e426b9b
1 file changed
README.md
@@ -16,11 +16,15 @@ A few small rulechanges where applied with limited impact on the gameplay.
16
17
The project was build and tested on linux with the following compile command:
18
19
+```
20
g++ monopoly.cpp -o monopoly --std=c++11
21
22
23
Furthermore CMake is available and tested with linux and the following compile commands:
24
25
26
cmake -S . -B build
27
cmake --build build
28
29
-Windows support is not available due to an utf-8 encoding issue with the player model.
30
+Windows support is not available due to an utf-8 encoding issue with the player model.
0 commit comments