Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenFlipper
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenFlipper-Free
OpenFlipper
Commits
e4dcf500
Commit
e4dcf500
authored
3 years ago
by
Martin Heistermann
Browse files
Options
Downloads
Patches
Plain Diff
Add missing dependency "libopengl-dev" to Debian/Ubuntu instructions.
parent
2676950e
Branches
Branches containing commit
No related tags found
1 merge request
!221
Add missing dependency "libopengl-dev" to Debian/Ubuntu instructions.
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Documentation/DeveloperHelpSources/building.docu
+1
-1
1 addition, 1 deletion
Documentation/DeveloperHelpSources/building.docu
with
1 addition
and
1 deletion
Documentation/DeveloperHelpSources/building.docu
+
1
−
1
View file @
e4dcf500
...
...
@@ -20,7 +20,7 @@ OpenFlipper.
On Debian, you can install the prerequisites this way (tested on Debian buster):
<code>
apt install cmake make g++ libeigen3-dev python3-dev qt5-default libqt5script5 libqt5scripttools5 libqt5svg5-dev libqt5quick5 libqt5x11extras5-dev libqt5help5 qtscript5-dev libqt5xmlpatterns5-dev libqwt-qt5-dev qttools5-dev qtdeclarative5-dev libqt5opengl5-dev libglew-dev
apt install cmake make g++ libeigen3-dev python3-dev qt5-default libqt5script5 libqt5scripttools5 libqt5svg5-dev libqt5quick5 libqt5x11extras5-dev libqt5help5 qtscript5-dev libqt5xmlpatterns5-dev libqwt-qt5-dev qttools5-dev qtdeclarative5-dev libqt5opengl5-dev libglew-dev
libopengl-dev
</code>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment