From ec93b28a5b6121b0538a6c8442fe3426456d32b2 Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Tue, 27 Feb 2018 23:40:55 +0000 Subject: [PATCH] I don't think SDL2 needs the DirectX SDK anymore. --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index ab68929a..1ea2417c 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,6 @@ Prerequisites - Windows. - [Visual Studio 2013 (Express)][vs2013] preferably for desktop. VS 2015 and 2017 also work, but they have 40 more runtime DLLs distributed with love compared to VS 2013. - - [DirectX SDK][dxsdk] required for SDL2. If you encounter **Error Code S1023** you may need to [uninstall some packages][s1023] and reinstall them after installing the DirectX SDK. - [CMake 3.1][cmake] or greater. - [NSIS][nsis] if you want to build the LÖVE installer.