web-stack-project/README.md

14 lines
210 B
Markdown
Raw Normal View History

2023-01-08 17:41:40 +00:00
# web-stack-project
2023-01-20 15:10:18 +00:00
## Dependencies
SDL2, SDL-mixer and SDL-image
### Debian
```
sudo apt install libsdl2-2.0-0 libsdl2-dev libsdl2-image-2.0-0 libsdl2-image-dev libsdl2-mixer-2.0-0 libsdl2-mixer-dev
```