Update README.md
This commit is contained in:
14
README.md
14
README.md
@@ -1 +1,15 @@
|
|||||||
# TaskBoard
|
# TaskBoard
|
||||||
|
|
||||||
|
Wrote with Qt 6 Open Source : [Download](https://www.qt.io/download-open-source)
|
||||||
|
|
||||||
|
## Prepare to use on linux
|
||||||
|
You need to install Qt 6.2.4 dependencies
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo apt install libqt6widgets6 libqt6gui6 libqt6core5compat6 libqt6core5compat6 libqt6core6 libqt6dbus6
|
||||||
|
```
|
||||||
|
### To run on Wayland
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo apt install qt6-wayland
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user