From 86b6edb120a725f99510fec4c81f660e0f87389d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 27 Aug 2018 18:36:45 +0200 Subject: [PATCH] Platform: there's no bootstrap for GlutApplication anymore. --- src/Magnum/Platform/GlutApplication.h | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/src/Magnum/Platform/GlutApplication.h b/src/Magnum/Platform/GlutApplication.h index 15626152e..ed81f6cb1 100644 --- a/src/Magnum/Platform/GlutApplication.h +++ b/src/Magnum/Platform/GlutApplication.h @@ -69,25 +69,6 @@ This application library is available only on desktop OpenGL (Linux, Windows, macOS). It depends on the [GLUT](http://freeglut.sourceforge.net/) library and is built if `WITH_GLUTAPPLICATION` is enabled when building Magnum. -@section Platform-GlutApplication-bootstrap Bootstrap application - -Fully contained base application using @ref GlutApplication along with -CMake setup is available in `base-glut` branch of -[Magnum Bootstrap](https://github.com/mosra/magnum-bootstrap) repository, -download it as [tar.gz](https://github.com/mosra/magnum-bootstrap/archive/base-glut.tar.gz) -or [zip](https://github.com/mosra/magnum-bootstrap/archive/base-glut.zip) file. -After extracting the downloaded archive you can build and run the application -with these four commands: - -@code{.sh} -mkdir build && cd build -cmake .. -cmake --build . -./src/MyApplication # or ./src/Debug/MyApplication -@endcode - -See @ref cmake for more information. - @section Platform-GlutApplication-usage General usage In order to use this library from CMake, you need to request the