mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Add debian deps that are required to build the .deb package
This commit is contained in:
parent
4a87b6b7b7
commit
d8e17cb898
1 changed files with 1 additions and 1 deletions
2
BUILD.md
2
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:
|
||||
|
|
Loading…
Reference in a new issue