diff options
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 ``` |