From b3bd6066de6166be3cc53db623afcc42785000f8 Mon Sep 17 00:00:00 2001 From: Ivan P Date: Sun, 5 Aug 2018 18:05:49 +0300 Subject: [PATCH] Update building.dox This change warns users about possible issue while building examples. --- doc/building.dox | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/building.dox b/doc/building.dox index 1aa8e429b..af14445f2 100644 --- a/doc/building.dox +++ b/doc/building.dox @@ -518,6 +518,9 @@ your platform best: @ref Platform::WindowlessWindowsEglApplication "WindowlessWindowsEglApplication" library. Enables also building of the GL library. +Magnum should be compiled with `WITH_SDL2APPLICATION`, so the examples on this site are possible to be compiled. +It is required to configure SDL2 beforehand using CMake and install it to the same folder where you are going to install Magnum. This folder is defined by CMAKE_PREFIX_PATH. It is quite possible to compile SDL2 later, after installing and compiling Magnum. + None of the context libraries is built by default. Similarly to the application libraries, they are always built as static. You need them only if you chose to not use any of the application libraries above (see @ref platform-custom for