From 72696ee7d1f9087b6129a7aa9af344a5f7681a9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 15 Oct 2018 22:33:51 +0200 Subject: [PATCH] doc: highlight the need for Sdl2Application a bit more. Co-authored-by: Ivan P --- doc/building.dox | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/building.dox b/doc/building.dox index 2a289d9d6..aaaadfbd6 100644 --- a/doc/building.dox +++ b/doc/building.dox @@ -484,11 +484,13 @@ example the @ref DebugTools has some functionality that gets built only when other things), but the CMake buildsystem takes care of these and only the relevant toggleable options are shown in CMake GUI or `ccmake`. -None of the @ref Platform "application libraries" is built by default (and you -need at least one, unless you are handling platform integration yourself --- +None of the @ref Platform "application libraries" is built by default (and *you +need at least one*, unless you are handling platform integration yourself --- see @ref platform-custom for more information). As they are rather tiny, they are always built as static. Choose the one that suits your requirements and -your platform best: +your platform best. The @ref Platform::Sdl2Application "Sdl2Application" +library is a good default choice, as it is the most portable --- and if you're +going to build any of the @ref example-index "examples", you'll need it. - `WITH_ANDROIDAPPLICATION` --- Build the @ref Platform::AndroidApplication "AndroidApplication" library. Available