From 96c11198da93eecf58c414e7e463d4501e4997d5 Mon Sep 17 00:00:00 2001 From: Noelle Leigh Date: Mon, 13 Dec 2021 19:47:24 -0500 Subject: [PATCH] README: remove unnecessary Windows instructions Thanks to d2cf7213, this paragraph no longer applies. Now, all MSYS2 builds should have SDL2 statically linked. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 0236622..ece10ed 100644 --- a/README.md +++ b/README.md @@ -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