From aaa753859d78d3f1c4b5002000485d6e68f7d44d Mon Sep 17 00:00:00 2001 From: DcruBro Date: Tue, 10 Mar 2026 21:53:45 +0100 Subject: [PATCH] readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index e69de29..af34f4a 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,16 @@ +# Končni Projekt za 3. Letnik - PRAP + +## Uporabljene knjižnice +- SDL2 + +## Build +gcc compiler + cmake + +```bash +mkdir build +cd build +cmake .. +make -j +``` + +(Za Windows uporabite MSYS2 MINGW64 terminal) \ No newline at end of file