From fb38d929889ccfd5f3797e49f3a5672ae46ac4ec Mon Sep 17 00:00:00 2001 From: HougeLanlgey Date: Mon, 20 Dec 2021 21:40:05 +0800 Subject: [PATCH] Update README and enable multi-threads build --- README.md | 8 +++++++- debian/changelog | 2 +- debian/rules | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c033cb3..9f04089 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Cutefish File Manager, simple to use, beautiful, and retain the classic PC inter ## Dependencies -### Debian/Ubuntu +### Ubuntu ``` sudo apt install equivs curl git devscripts lintian build-essential automake autotools-dev --no-install-recommends @@ -14,6 +14,12 @@ sudo apt install equivs curl git devscripts lintian build-essential automake aut sudo mk-build-deps -i -t "apt-get --yes" -r ``` +### Debian + +``` +sudo apt install build-essential cmake extra-cmake-modules libkf5kio-dev libkf5solid-dev libkf5windowsystem-dev qtbase5-dev qtbase5-private-dev qtdeclarative5-dev qtquickcontrols2-5-dev qttools5-dev qttools5-dev-tools +``` + ### ArchLinux ```shell diff --git a/debian/changelog b/debian/changelog index f81e723..9a53e03 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -cutefish-filemanager (0.6) UNRELEASED; urgency=high +cutefish-filemanager (0.6-1) UNRELEASED; urgency=high * Initial release (CutefishOS) diff --git a/debian/rules b/debian/rules index ab2f7c3..4fe3ea4 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export QT_SELECT=5 %: - dh $@ + dh $@ --parallel override_dh_auto_configure: dh_auto_configure -- -DEMBED_TRANSLATIONS=ON -DBUILD_TESTING=ON