diff --git a/documentation/build-instructions.md b/documentation/build-instructions.md index d9f4bb28..ddc27e71 100644 --- a/documentation/build-instructions.md +++ b/documentation/build-instructions.md @@ -22,10 +22,7 @@ In the .pro file, you can set `FLAVOR = silica` (or `FLAVOR = $$FLAVOR` and in t To install missing packages, as pointed out by build errors, use: ``` -sb2 -R zypper in kcoreaddons-devel -sb2 -R zypper in kdb-devel -sb2 -R zypper in libKDb3-3 -sb2 -R zypper in mkcal-qt5-devel +sb2 -R zypper in kcoreaddons-devel kdb-devel libKDb3-3 mkcal-qt5-devel libicu-devel ``` etc as pointed out by build errors.