README: remove unnecessary Windows instructions
Thanks to d2cf7213
, this paragraph no longer applies.
Now, all MSYS2 builds should have SDL2 statically linked.
This commit is contained in:
parent
d3b435c646
commit
96c11198da
|
@ -55,8 +55,6 @@ 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
|
||||
|
|
Loading…
Reference in New Issue