aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index b78b911..7e35296 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,20 @@ Install FileDialog:
Install kirigami2:
- `pacman -S kirigami2`
+## OpenSUSE
+
+OpenSUSE Leap 15.2:
+```
+# Install Rust core dependencies
+zypper install -y curl
+curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain none
+zypper install -y libopenssl-devel perl-FindBin-Real
+
+# Install KDeltaChat dependencies
+zypper install -y cmake gcc-c++
+zypper install -y libqt5-qtbase-devel libQt5QuickControls2-devel kirigami2-devel
+```
+
# Building
```