From ae24ddd39048c6ef7c6b06f9f70bee9d93f999c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 26 Oct 2016 20:17:44 +0200 Subject: [PATCH] doc: provide link to SDL2 prebuilts to make it easier for Windows users. --- doc/getting-started.dox | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/getting-started.dox b/doc/getting-started.dox index 58534ab1b..3989bdd09 100644 --- a/doc/getting-started.dox +++ b/doc/getting-started.dox @@ -169,10 +169,11 @@ subdirectory of the build dir: cmake --build . ./src/MyApplication -On Windows you can use either MSVC or MinGW-w64 compiler. It's then up to you -whether you will use command-line, QtCreator or Visual Studio. With Visual -Studio the most straightforward way to create the project file is via the -command-line: +On Windows you can use either MSVC or MinGW-w64 compiler and prebuilt SDL2 +binaries can be downloaded at https://libsdl.org/download-2.0.php. It's then up +to you whether you will use command-line, QtCreator or Visual Studio. With +Visual Studio the most straightforward way to create the project file is via +the command-line: mkdir build && cd build cmake .. -DWITH_SDL2APPLICATION=ON