This commit is contained in:
Mike Nolan 2024-06-09 10:25:29 -05:00
parent 9cc8a996f7
commit 2a03922855
1 changed files with 3 additions and 1 deletions

View File

@ -23,4 +23,6 @@ To build as .NET Framework 4.8 app for .NET Framework or Mono (for [Wii-linux-ng
- 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```
- Debian, Ubuntu ```bash
sudo apt install libsdl2-dev libsdl2-image-dev
```