8 lines
102 B
Markdown
8 lines
102 B
Markdown
|
### Requirements
|
||
|
|
||
|
`g++`
|
||
|
`libsdl2-dev`
|
||
|
|
||
|
### Compiling
|
||
|
|
||
|
`g++ *.cpp -std=c++1z -lSDL2 -lpthread -o chess`
|