From d8e17cb89894512515bbdedbbca38419bd9ebbec Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Fri, 21 Feb 2020 15:39:22 -0800 Subject: [PATCH] Add debian deps that are required to build the .deb package --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 0c30e80..46a4d7b 100644 --- a/BUILD.md +++ b/BUILD.md @@ -12,7 +12,7 @@ git submodule update Install dependencies: ```sh -sudo apt install -y docker.io python3 python3-pyqt5 python3-appdirs python3-click python3-xdg +sudo apt install -y python-all python3-stdeb docker.io python3 python3-pyqt5 python3-appdirs python3-click python3-xdg ``` Run from source tree: