From 6bad03100e56ce9413d2edc33661d89b3ff7c9ee Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Mon, 4 Sep 2017 00:37:36 -0300 Subject: [PATCH] Update readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 863f51f3..46e29af2 100644 --- a/readme.md +++ b/readme.md @@ -6,9 +6,9 @@ Prerequisites ------------- - Windows. - - [Visual Studio 2013 (Express)][vs2013] preferably for desktop. + - [Visual Studio 2013 (Express)][vs2013] preferably for desktop. VS 2015 and 2017 also work, but their runtime DLLs distributed with love are less portable. - [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 2.8.12][cmake] or greater. + - [CMake 3.1][cmake] or greater. - [NSIS][nsis] if you want to build the LÖVE installer. Building