From e47dba0ec60101a0ef62b72d228a546f6422f585 Mon Sep 17 00:00:00 2001 From: scamdotnet <43154292+scamdotnet@users.noreply.github.com> Date: Tue, 22 Jun 2021 17:21:09 -0400 Subject: [PATCH] Added Ubuntu/Debian Dependencies --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0c204d9..d43cb9b 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,14 @@ The System Settings application for Cutefish Desktop. ## Dependencies - +Arch/Manjaro Dependencies: ```shell sudo pacman -S extra-cmake-modules qt5-base qt5-quickcontrols2 freetype2 fontconfig networkmanager-qt modemmanager-qt ``` -For Ubuntu, to meet the demand of module `icu-i18n`, you need to: +Debian/Ubuntu Dependencies: ```shell -sudo apt install libicu-dev +sudo apt install cmake debhelper extra-cmake-modules libicu-devlibcrypt-dev libfreetype6-dev libfontconfig1-dev libkf5networkmanagerqt-dev modemmanager-qt-dev qtbase5-dev qtdeclarative5-dev qtquickcontrols2-5-dev qttools5-dev qttools5-dev-tools qml-module-qtquick-controls2 qml-module-qtquick2 qml-module-qtquick-layouts qml-module-qt-labs-platform qml-module-qt-labs-settings qml-module-qtqml qml-module-qtquick-window2 qml-module-qtquick-shapes qml-module-qtquick-dialogs qml-module-qtquick-particles2 ${misc:Depends} ${shlibs:Depends} ``` ## Build @@ -31,4 +31,4 @@ sudo make install ## License -This project has been licensed by GPLv3. \ No newline at end of file +This project has been licensed by GPLv3.