11 lines
233 B
Markdown
11 lines
233 B
Markdown
# Chronos
|
|
|
|
## Install on Ubuntu
|
|
You need to install Qt 6 dependencies
|
|
|
|
```sh
|
|
sudo apt install libqt6widgets6 libqt6gui6 libqt6core5compat6 libqt6core5compat6 libqt6core6 libqt6dbus6
|
|
```
|
|
|
|
then download binary from the release section
|