From 595507b22b63c6912953b4a01397538a3e6fa0ba Mon Sep 17 00:00:00 2001 From: HougeLangley Date: Wed, 29 Dec 2021 23:49:34 +0800 Subject: [PATCH] Update README.md amd enable multi-threads build --- README.md | 7 +++++-- debian/changelog | 2 +- debian/rules | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b499af5..5686b39 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,15 @@ Unify Qt application style of CutefishOS. +### Archlinux ## Dependencies - `sudo pacman -S gcc extra-cmake-modules qt5-base qt5-tools qt5-x11extras libqtxdg libdbusmenu-qt5 libxcb` -## Build +### Debian +## Dependencies +`sudo apt install cmake extra-cmake-modules libqt5x11extras5-dev libkf5windowsystem-dev libqt5xdg-dev libdbusmenu-qt5-dev libxcb-shape0-dev libxcb-icccm4-dev libxcb1-dev libxcb-ewmh-dev qtbase5-dev qtbase5-private-dev qtdeclarative5-dev qtquickcontrols2-5-dev qttools5-dev qttools5-dev-tools` +## Build ```shell mkdir build cd build diff --git a/debian/changelog b/debian/changelog index ef7d24b..f9386a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -cutefish-qt-plugins (0.6) UNRELEASED; urgency=high +cutefish-qt-plugins (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