This commit is contained in:
Mike Nolan 2024-06-09 10:24:54 -05:00
parent b069275421
commit 9cc8a996f7
1 changed files with 4 additions and 1 deletions

View File

@ -20,4 +20,7 @@ To build as .NET Framework 4.8 app for .NET Framework or Mono (for [Wii-linux-ng
mono out/*.exe
```
- USES [SDL2-CS](https://github.com/flibitijibibo/SDL2-CS)
- USES [SDL2-CS](https://github.com/flibitijibibo/SDL2-CS)
- For Linux SDL2 and SDL2_image are required
- Debian, Ubuntu ```bash sudo apt install libsdl2-dev libsdl2-image-dev```