From 3ecdfe7193c316abd2020d284f44a8c3af78c85d Mon Sep 17 00:00:00 2001 From: pjx206 Date: Mon, 5 Apr 2021 16:27:25 +0800 Subject: [PATCH] Add information about build --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d39852d..5cee3bd 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ The System Settings application for Cutefish Desktop. sudo pacman -S extra-cmake-modules qt5-base qt5-quickcontrols2 freetype2 fontconfig networkmanager-qt modemmanager-qt kcoreaddons ``` +For Ubuntu, to meet the demand of module `icu-i18n`, you need to: +```shell +sudo apt install libicu-dev +``` + ## Build ```shell @@ -15,6 +20,7 @@ mkdir build cd build cmake .. make +sudo make install ``` ## Install