Browse Source

doc: provide link to SDL2 prebuilts to make it easier for Windows users.

pull/187/head^2
Vladimír Vondruš 10 years ago
parent
commit
ae24ddd390
  1. 9
      doc/getting-started.dox

9
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

Loading…
Cancel
Save