This commit is contained in:
Mike Nolan 2024-06-09 10:25:50 -05:00
parent 2a03922855
commit 1469effd36
1 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ 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
- Debian, Ubuntu
```bash
sudo apt install libsdl2-dev libsdl2-image-dev
```