Skip to content

Commit

Permalink
Add pre-requisite install to Linux build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
TamaMcGlinn authored and rkollataj committed May 1, 2024
1 parent 3b51e48 commit 0637c11
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ To lower maintenance effort and allow for usage of modern C++ features, since v1
* windows-latest (vs2019 x64)

### Linux
#### Dependencies
```
sudo apt install qtbase5-dev libqt5serialbus5-dev libqt5svg5-dev qtdeclarative5-dev
```
#### Build steps
```
git clone https://github.com/GENIVI/CANdevStudio.git
cd CANdevStudio
Expand Down

0 comments on commit 0637c11

Please sign in to comment.