Skip to content

Commit

Permalink
update required libraries to Qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
jankae authored Sep 26, 2024
1 parent 3ab83fc commit e78d226
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 @@ -32,7 +32,7 @@ All of the following steps are only required if you plan to use the LibreCAL-GUI
* Download the latest [Release](https://github.com/jankae/LibreCAL/releases) and unpack the zip file
* Install the required libraries:
```console
sudo apt install libqt5widgets5 libqt5charts5
sudo apt install libqt6widgets6 libqt6charts6 libqt6svg6
```
* Install the udev rule (otherwise you don't have the permissions to access the USB device):
```console
Expand Down

0 comments on commit e78d226

Please sign in to comment.