From 0c5383bd91c7039b5bf60d1a8cae64e6eb7fad5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 21 Feb 2019 10:00:22 +0100 Subject: [PATCH] Removed glut from build instructions --- Documentation/DeveloperHelpSources/building.docu | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Documentation/DeveloperHelpSources/building.docu b/Documentation/DeveloperHelpSources/building.docu index 8a449dde..c6aa0846 100644 --- a/Documentation/DeveloperHelpSources/building.docu +++ b/Documentation/DeveloperHelpSources/building.docu @@ -10,7 +10,6 @@ OpenFlipper. \section reqlibs Required libraries @@ -82,9 +81,6 @@ directory.
  • Download the glew library and install it (The best way is to install it to c:\\libs\\glew directory ).)
    The c:\\libs\\glew\\lib subdirectory should contain the dll and the *.lib files)
    The headers should be located in the c:\\libs\\glew\\include\\gl subdirectory
  • -
  • Rearrange the files in the glut-3.7 directory such that)
    - all *.lib and *.dll files are in a c:\\libs\\glut-3.7\\lib subdirectory)
    - and the glut.h file is moved to the subdirectory c:\\libs\\glut-3.7\\include\\gl\\glut.h
  • Get cmake for windows from http://www.cmake.org/cmake/resources/software.html
  • Start the cmake gui and select the OpenFlipper toplevel directory as source directory
  • \image html cmake-source.png @@ -121,7 +117,6 @@ Don't forget setting up the "OpenFlipper" target as startup project as shown in Install at least the following ports:
    qt4-mac +debug
    glew
    - glut
    cmake
    br /> As additional ports we recommend the following
    -- GitLab