Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
SkywardHub
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Avionics
Software Development
SkywardHub
Wiki
Project Setup
Changes
Page history
New page
Templates
Clone repository
Added ubuntu qt5 installation instructions
authored
3 months ago
by
Giovanni Annaloro
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Project-Setup.md
+44
-37
44 additions, 37 deletions
Project-Setup.md
with
44 additions
and
37 deletions
Project-Setup.md
View page @
1f41559a
...
...
@@ -20,6 +20,13 @@ On Fedora, install the following packages:
sudo
dnf qt5-qtbase-devel qt5-qtserialport-devel qt5-qt3d-devel
```
#### Ubuntu
On Ubuntu, install the following packages:
```
bash
sudo
apt-get
install
qtbase5-dev libqt5serialport5-dev qt3d5-dev
```
### Cloning the repository
This is a standard operation that can be perform using a Git console or GUI.
...
...
This diff is collapsed.
Click to expand it.