From cc4322f55665edf6d20db37b8893484d5219d6cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 10 Oct 2016 17:18:34 +0200 Subject: [PATCH] doc: updated outdated information in the Getting Started Guide. --- doc/getting-started.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/getting-started.dox b/doc/getting-started.dox index e2e761e9c..58534ab1b 100644 --- a/doc/getting-started.dox +++ b/doc/getting-started.dox @@ -64,7 +64,7 @@ these two new subdirectories using `add_subdirectory()` so the file looks like this: @code -cmake_minimum_required(VERSION 2.8.9) +cmake_minimum_required(VERSION 2.8.12) project(MyApplication) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/modules/") @@ -75,7 +75,7 @@ add_subdirectory(src) @endcode If you want to install Corrade and Magnum separately instead of cloning them -into your project tree, just follow the installation guides mentioned above. +into your project tree, just follow @ref building "the full installation guide". Don't forget to enable `WITH_SDL2APPLICATION` (or `WITH_GLUTAPPLICATION`, if you are using GLUT) when building Magnum so the bootstrap project can use it later.