Skip to content

Commit 37e1763

Browse files
committed
ReadMe Changes
1 parent 8f81b8d commit 37e1763

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,15 @@ A few small rulechanges where applied with limited impact on the gameplay.
1616

1717
The project was build and tested on linux with the following compile command:
1818

19+
´´´
1920
g++ monopoly.cpp -o monopoly --std=c++11
21+
´´´
2022

2123
Furthermore CMake is available and tested with linux and the following compile commands:
2224

25+
´´´
2326
cmake -S . -B build
2427
cmake --build build
28+
´´´
2529

2630
Windows support is not available due to an utf-8 encoding issue with the player model.

0 commit comments

Comments
 (0)