Browse Source

doc: updated outdated information in the Getting Started Guide.

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

4
doc/getting-started.dox

@ -64,7 +64,7 @@ these two new subdirectories using `add_subdirectory()` so the file looks like
this: this:
@code @code
cmake_minimum_required(VERSION 2.8.9) cmake_minimum_required(VERSION 2.8.12)
project(MyApplication) project(MyApplication)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/modules/") set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/modules/")
@ -75,7 +75,7 @@ add_subdirectory(src)
@endcode @endcode
If you want to install Corrade and Magnum separately instead of cloning them 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 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 you are using GLUT) when building Magnum so the bootstrap project can use it
later. later.

Loading…
Cancel
Save