Skip to content

Commit 0637c11

Browse files
TamaMcGlinnrkollataj
authored andcommitted
Add pre-requisite install to Linux build steps
1 parent 3b51e48 commit 0637c11

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ To lower maintenance effort and allow for usage of modern C++ features, since v1
6363
* windows-latest (vs2019 x64)
6464

6565
### Linux
66+
#### Dependencies
67+
```
68+
sudo apt install qtbase5-dev libqt5serialbus5-dev libqt5svg5-dev qtdeclarative5-dev
69+
```
70+
#### Build steps
6671
```
6772
git clone https://github.com/GENIVI/CANdevStudio.git
6873
cd CANdevStudio

0 commit comments

Comments
 (0)