From ac0692f989f6a0acad0a322666676e0de06ff729 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Fri, 10 Jan 2020 12:12:00 -0500 Subject: [PATCH] Link to SDL2/SDL2_mixer --- desktop_version/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/desktop_version/README.md b/desktop_version/README.md index a6a2c067..c731d976 100644 --- a/desktop_version/README.md +++ b/desktop_version/README.md @@ -6,10 +6,11 @@ VVVVVV's official desktop versions are built with the following environments: - macOS: Xcode CLT, currently targeting 10.9 SDK - GNU/Linux: CentOS 7 -The engine depends solely on SDL2 and SDL2_mixer. All other dependencies are -statically linked into the engine. The libs for Windows are in this repository, -all other platforms should install them either from the OS package manager or -from self-compiled source. +The engine depends solely on [SDL2](https://libsdl.org/) and +[SDL2_mixer](https://www.libsdl.org/projects/SDL_mixer/). All other dependencies +are statically linked into the engine. The libs for Windows are in this +repository, all other platforms should install them either from the OS package +manager or from self-compiled source. Steamworks support is included and the DLL is loaded dynamically, you do not need the SDK headers and there is no special Steam or non-Steam version. The