You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-7Lines changed: 21 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ Don't hesitate to report bugs or ask for new features by [opening an issue](http
101
101
102
102
**Notes:**
103
103
-**Windows**: May need [Visual C++ Redistributable](https://go.microsoft.com/fwlink/?LinkId=746572) and [OpenGL Compatibility Pack](https://apps.microsoft.com/detail/9nqpsl29bfff)
104
-
-**Linux**: May need `libsdl2`
104
+
-**Linux**: May need `libsdl3`
105
105
106
106
## Features
107
107
@@ -176,7 +176,7 @@ For complete setup instructions and tool documentation, see [MCP_README.md](MCP_
176
176
- Run these commands to generate a Mac *app* bundle:
177
177
178
178
```shell
179
-
brew install sdl2
179
+
brew install sdl3
180
180
cd platforms/macos
181
181
make dist
182
182
```
@@ -185,24 +185,38 @@ make dist
185
185
186
186
- Ubuntu / Debian / Raspberry Pi (Raspbian):
187
187
188
+
If you are using Ubuntu 25.04 or later, you can install SDL3 directly. Use the following commands to build:
0 commit comments