README: Add instructions for uxnemu on Windows

When compiled under the MSYS2 environment, the executible that is
produced expects the SDL2 library to be available at runtime. When
running outside MSYS2, that may not be the case, and the emulator may
crash on startup with a message about missing SDL2.dll, or sometimes
without a message at all.

This patch adds some guidance for this scenario by guiding the reader
to download the precompiled SDL binaries for Windows and make them
available for the emulator's use.
This commit is contained in:
Noelle Leigh 2021-11-28 19:09:04 -05:00 committed by neauoire
parent 25df420607
commit 1574e5dcce
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ cd uxn
./build.sh
```
To run the emulator _outside_ of the MSYS2 environment, download the [SDL runtime binary for Windows](https://libsdl.org/download-2.0.php) and place the `SDL2.dll` file in the same directory as the emulator (`bin/`).
## Getting Started
### Emulator