summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-07-13 20:12:10 +0200
committerkali kaneko (leap communications) <kali@leap.se>2021-07-13 20:12:10 +0200
commitfa0bc2bbf53378f160fd66f6bdf7b8c106f71d16 (patch)
tree249d7724f4e62cca980a0f30c7f95bda2f0f89b2 /Makefile
parent37a9772a5c1426b06bf691685cd9d59533dd67ab (diff)
[docs] add depends step to howto
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 82a805d..482592c 100644
--- a/Makefile
+++ b/Makefile
@@ -75,7 +75,7 @@ depends:
-@make depends$(UNAME)
dependsLinux:
- @sudo apt install golang pkg-config dh-golang golang-golang-x-text-dev cmake devscripts fakeroot debhelper curl g++ qt5-qmake qttools5-dev-tools qtdeclarative5-dev qml-module-qtquick-controls libqt5qml5 qtdeclarative5-dev qml-module-qt-labs-platform qml-module-qt-labs-qmlmodels qml-module-qtquick-extras qml-module-qtquick-dialogs
+ @sudo apt install golang pkg-config dh-golang golang-golang-x-text-dev cmake devscripts fakeroot debhelper curl g++ qt5-qmake qttools5-dev-tools qtdeclarative5-dev qml-module-qtquick-controls2 libqt5qml5 qtdeclarative5-dev qml-module-qt-labs-platform qml-module-qtquick-extras qml-module-qtquick-dialogs
@make -C docker deps
@# debian needs also: snap install snapcraft --classic; snap install multipass --beta --classic