SchrodingersChess/README.md

8 lines
102 B
Markdown
Raw Permalink Normal View History

2022-04-19 15:46:07 +00:00
### Requirements
`g++`
`libsdl2-dev`
### Compiling
`g++ *.cpp -std=c++1z -lSDL2 -lpthread -o chess`