From 204cac317401c6e0146dba1d0e8c69a515755fb8 Mon Sep 17 00:00:00 2001 From: Marcus Penate Date: Tue, 19 Apr 2022 11:46:07 -0400 Subject: [PATCH] Added readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md 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