Skip to content

Commit e426b9b

Browse files
committed
2 parents fb98622 + c968ac0 commit e426b9b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
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

26-
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

Comments
 (0)