Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GeoModel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
GeoModelDev
GeoModel
Merge requests
!185
The qt dependencies on Ubuntu have changed.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
The qt dependencies on Ubuntu have changed.
boudreau-master-patch-58404
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Joseph Boudreau
requested to merge
boudreau-master-patch-58404
into
master
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
qt5-default has been accordingly replaced with qtbase5-dev
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
93582fa7
1 commit,
1 year ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
documentation/docs/dev/index.md
+
1
−
1
Options
@@ -66,7 +66,7 @@ echo 'export PATH="/opt/homebrew/opt/qt@5/bin:$PATH"' >> ~/.zshrc
On Ubuntu, you can install all the needed third-party dependencies by using the built-in
`apt`
package manager:
```
bash
sudo
apt-get update
-qq
&&
sudo
apt-get
install
-y
-qq
git cmake wget unzip build-essential freeglut3-dev libboost-all-dev qt
5-default
libeigen3-dev libxerces-c-dev libsqlite3-dev
sudo
apt-get update
-qq
&&
sudo
apt-get
install
-y
-qq
git cmake wget unzip build-essential freeglut3-dev libboost-all-dev qt
base5-dev
libeigen3-dev libxerces-c-dev libsqlite3-dev
```
### Linux/Fedora
Loading