Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpenFlipper
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
0c5383bd
Commit
0c5383bd
authored
Feb 21, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed glut from build instructions
parent
37e7f063
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
Documentation/DeveloperHelpSources/building.docu
Documentation/DeveloperHelpSources/building.docu
+0
-5
No files found.
Documentation/DeveloperHelpSources/building.docu
View file @
0c5383bd
...
@@ -10,7 +10,6 @@ OpenFlipper.
...
@@ -10,7 +10,6 @@ OpenFlipper.
\section reqlibs Required libraries
\section reqlibs Required libraries
<ul>
<ul>
<li> 5.9 >= Qt >= 5.5.1 ( 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>
<li> GLEW (>=1.6) ( http://glew.sourceforge.net )</li>
</ul>
</ul>
...
@@ -82,9 +81,6 @@ directory.
...
@@ -82,9 +81,6 @@ directory.
<li> Download the glew library and install it (The best way is to install it to c:\\libs\\glew directory ).)<br />
<li> Download the glew library and install it (The best way is to install it to c:\\libs\\glew directory ).)<br />
The c:\\libs\\glew\\lib subdirectory should contain the dll and the *.lib files)<br />
The c:\\libs\\glew\\lib subdirectory should contain the dll and the *.lib files)<br />
The headers should be located in the c:\\libs\\glew\\include\\gl subdirectory</li>
The headers should be located in the c:\\libs\\glew\\include\\gl subdirectory</li>
<li> Rearrange the files in the glut-3.7 directory such that)<br />
all *.lib and *.dll files are in a c:\\libs\\glut-3.7\\lib subdirectory)<br />
and the glut.h file is moved to the subdirectory c:\\libs\\glut-3.7\\include\\gl\\glut.h</li>
<li> Get cmake for windows from http://www.cmake.org/cmake/resources/software.html </li>
<li> Get cmake for windows from http://www.cmake.org/cmake/resources/software.html </li>
<li> Start the cmake gui and select the OpenFlipper toplevel directory as source directory </li>
<li> Start the cmake gui and select the OpenFlipper toplevel directory as source directory </li>
\image html cmake-source.png
\image html cmake-source.png
...
@@ -121,7 +117,6 @@ Don't forget setting up the "OpenFlipper" target as startup project as shown in
...
@@ -121,7 +117,6 @@ Don't forget setting up the "OpenFlipper" target as startup project as shown in
Install at least the following ports: <br />
Install at least the following ports: <br />
qt4-mac +debug<br />
qt4-mac +debug<br />
glew<br />
glew<br />
glut<br />
cmake<br />
cmake<br />
br />
br />
As additional ports we recommend the following<br />
As additional ports we recommend the following<br />
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment