2 Commits

Author SHA1 Message Date
Aurélie
73363bf12c Update README.md Ubuntu command 2023-01-13 12:07:15 +01:00
Aurélie
ff4ebbc82f Update README.md 2022-12-27 12:31:07 +01:00

View File

@@ -5,8 +5,13 @@ Wrote with Qt 6 Open Source : [Download](https://www.qt.io/download-open-source)
This is a very simple note editor. The editor has a Markdown text area and a rendering view
## Prepare to use on linux
You need to install Qt 6 dependencies
You need to install Qt 6.2.4 dependencies
```sh
sudo apt install libqt6widgets6 libqt6gui6 libqt6core5compat6 libqt6core5compat6 libqt6core6 libqt6dbus6
sudo apt install libxcb1 libxcb-xinerama0 libqt6widgets6 libqt6gui6 libqt6core5compat6 libqt6core5compat6 libqt6core6 libqt6dbus6 qt6-qpa-plugins
```
### To run on Wayland
```sh
sudo apt install qt6-wayland
```