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