From 48aadc6b0af8a491f2f77fb489b748a863da7e70 Mon Sep 17 00:00:00 2001 From: HougeLangley Date: Fri, 17 Dec 2021 22:19:19 +0800 Subject: [PATCH] Added missing dependences and enable multi-thread build --- README.md | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c5f939..56064a3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ sudo pacman -S gcc cmake qt5-base qt5-quickcontrols2 networkmanager-qt modemmana Note that when using apt, the names of certain packages are different: ```shell -sudo apt install qtbase5-dev qtquickcontrols2-5-dev modemmanager-qt-dev libqt5sensors5-dev libkf5networkmanagerqt-dev libkf5screen-dev libkf5bluezqt-dev libkf5kio-dev cmake qtdeclarative5-dev libcanberra-dev libpulse-dev libcanberra-pulse +sudo apt install qtbase5-dev qtquickcontrols2-5-dev modemmanager-qt-dev libqt5sensors5-dev libkf5networkmanagerqt-dev libkf5screen-dev libkf5bluezqt-dev libkf5kio-dev cmake qtdeclarative5-dev libcanberra-dev libpulse-dev libcanberra-pulse extra-cmake-modules qttools5-dev qttools5-dev-tools ``` ## Build and Install 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