From bbe058ffb9bf89b20db69b6ab399b2890e459430 Mon Sep 17 00:00:00 2001 From: Jozef Mlich Date: Fri, 8 Dec 2023 15:58:38 +0100 Subject: [PATCH] [docs] sailfishos needs additionally libicu-devel installed --- documentation/build-instructions.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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.