This commit is contained in:
2026-03-10 21:53:45 +01:00
parent 9965f381ab
commit aaa753859d

View File

@@ -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)