aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlink2xt <link2xt@testrun.org>2021-08-01 14:17:25 +0300
committerlink2xt <link2xt@testrun.org>2021-08-01 14:17:25 +0300
commit3d7f9167db148083f270aa0c5abfc8cc2596397c (patch)
treef1da6a83dae7bc3aac3ca1357d363ccd54e22b13
parentcf33623097ddd3dc9e8908f52eda6eaaeafe43ef (diff)
downloadkdeltachat-3d7f9167db148083f270aa0c5abfc8cc2596397c.tar.gz
kdeltachat-3d7f9167db148083f270aa0c5abfc8cc2596397c.zip
README: add kirigami2 package for Arch Linux
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index eebb215..4263106 100644
--- a/README.md
+++ b/README.md
@@ -83,11 +83,14 @@ Runtime dependencies:
### Arch Linux
+Install Kirigami:
+- `kirigami2`
+
Install FileDialog:
-- `pacman -S qt5-quickcontrols`
+- `qt5-quickcontrols`
Install `extra-cmake-modules`(https://api.kde.org/ecm/manual/ecm-kde-modules.7.html):
-- `pacman -S extra-cmake-modules`
+- `extra-cmake-modules`
WebP support:
- `qt5-imageformats`