Skip to content

Commit e84e366

Browse files
committed
Improve Readme
1 parent 48b9781 commit e84e366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ To build the project using `qmake` (for Qt Creator or command line):
130130
1. **Install dependencies:**
131131
```bash
132132
sudo apt-get update
133-
sudo apt-get install build-essential cmake qtcreator qtbase5-dev libqt5serialport5-dev
133+
sudo apt-get install build-essential cmake qtcreator qt6-base-dev qt6-declarative-dev qt6-serialport-dev
134134
```
135-
*Note: For Qt6, you can use `qt6-base-dev qt6-declarative-dev qt6-serialport-dev`.*
135+
*Note: For Qt5 compatibility, you can use `qtbase5-dev libqt5serialport5-dev` instead.*
136136
137137
## Author
138138

0 commit comments

Comments
 (0)