Update README.md

This commit is contained in:
moonpower 2025-02-03 21:18:10 +00:00
parent b13ad306d8
commit 912c44e6dd

View File

@ -4,11 +4,11 @@ Below is a sample **README.md** that explains how to install the necessary **Min
# Snake Ported - SDL2 + OpenGL Test Game (UWP/Windows) # Snake Ported - SDL2 + OpenGL Test Game (UWP/Windows)
This project builds a DLL (`snake_ported.dll`) that exposes `external_entry()` and `update_controller_input()` for use in a host application. It relies on **SDL2** and **OpenGL** under MinGW-w64 on Windows. This project builds a DLL (`snake_ported.dll`) that exposes `external_entry()` and `update_controller_input()` for use in a host application. It relies on **SDL2** and **OpenGL** under MinGW-w64 on Windows.
```
## Prerequisites ## Prerequisites
Install [MSYS2](https://www.msys2.org/) and update it: Install [MSYS2](https://www.msys2.org/) and update it:
```
```bash ```bash
pacman -Syu pacman -Syu