From b66ce70154607e4539c7c2f5c3dbcc0d27ede6ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 9 Oct 2013 22:24:12 +0200 Subject: [PATCH] Fixed and improved Getting Started documentation to be more failproof. --- doc/getting-started.dox | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/getting-started.dox b/doc/getting-started.dox index bb9f4366a..c14c3e56f 100644 --- a/doc/getting-started.dox +++ b/doc/getting-started.dox @@ -53,7 +53,7 @@ polluted. @section getting-started-review Review project structure -The base project consists of just seven files in two subfolders. %Magnum uses +The base project consists of just six files in two subfolders. %Magnum uses CMake build system, see @ref cmake for more information. modules/FindCorrade.cmake @@ -154,6 +154,9 @@ just build and run the application. If CMake isn't able to find the dependencies or the building fails for some reason, you might want to look at @ref building-windows-troubleshooting. +If CMake complains about `GlutApplication` missing, you forgot to enable +`WITH_GLUTAPPLICATION` when building %Magnum, @ref getting-started-download "go back and fix it". + @image html getting-started.png @image latex getting-started.png