diff --git a/README.md b/README.md new file mode 100644 index 0000000..4345687 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +### Requirements + +`g++` +`libsdl2-dev` + +### Compiling + +`g++ *.cpp -std=c++1z -lSDL2 -lpthread -o chess` \ No newline at end of file