From 75ccd4b95427b1f9976ffb72c530f78fdb3cc86a Mon Sep 17 00:00:00 2001 From: Martin Schultz <Martin.Schultz@rwth-aachen.de> Date: Mon, 28 Aug 2017 12:54:14 +0200 Subject: [PATCH] updated developer documentation required libs qt version as it stated we would still support qt 4.8 which we definitely do not --- Documentation/DeveloperHelpSources/building.docu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/DeveloperHelpSources/building.docu b/Documentation/DeveloperHelpSources/building.docu index 08818ffa..8a449dde 100644 --- a/Documentation/DeveloperHelpSources/building.docu +++ b/Documentation/DeveloperHelpSources/building.docu @@ -4,12 +4,12 @@ OpenFlipper is developed on top of the Qt framework. This framework provides easy cross platform development. Therefore an installed version of QT with -at least version 4.8.6 is required. We use the cmake MakeFile generator to build +at least version 5.5.1 is required. We use the cmake MakeFile generator to build OpenFlipper. \section reqlibs Required libraries <ul> -<li> 5.5 >= Qt >= 4.8.6 ( http://www.qt.io/download/ ) Use the OpenGL version for Qt >= 5.0</li> +<li> 5.9 >= Qt >= 5.5.1 ( http://www.qt.io/download/ ) Use the OpenGL version for Qt >= 5.0</li> <li> GLUT ( http://www.opengl.org/resources/libraries/glut/ )</li> <li> GLEW (>=1.6) ( http://glew.sourceforge.net )</li> </ul> -- GitLab