Skip to content

Commit

Permalink
Fix Debian library names
Browse files Browse the repository at this point in the history
Closes #21
  • Loading branch information
SeongGino authored Sep 20, 2024
1 parent 12ba30e commit a81d5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Boards flashed with OpenFIRE *must be plugged in **before** launching the applic
## Building:
### For Linux:
#### Arch: requires `qt-base` `qt-serialport` `qt-svg`
#### Debian: requires `build-essential` `cmake` `qttools5-dev` `libqt5serialport-dev` `libqt5svg-dev` (for Qt5)
#### Debian: requires `build-essential` `cmake` `qttools5-dev` `libqt5serialport5-dev` `libqt5svg5-dev` (for Qt5, also works with Qt6 libraries)
- Clone the repo:
```
git clone https://github.com/TeamOpenFIRE/OpenFIRE-App
Expand Down

0 comments on commit a81d5a9

Please sign in to comment.