mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Add the Dangerzone repo in our Qubes build instructions
Ask the user to add the Dangerzone repo, when following the build instructions for Qubes. The reason is that on Fedora 39 and 40, there's no other way to install PySide6 than use our repo.
This commit is contained in:
parent
f476102ee9
commit
3e37bbc5e9
1 changed files with 9 additions and 0 deletions
9
BUILD.md
9
BUILD.md
|
@ -277,9 +277,18 @@ test it.
|
||||||
1. Install the `.rpm` package you just copied
|
1. Install the `.rpm` package you just copied
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
sudo dnf install 'dnf-command(config-manager)'
|
||||||
|
sudo dnf config-manager --add-repo=https://packages.freedom.press/yum-tools-prod/dangerzone/dangerzone.repo
|
||||||
sudo dnf install ~/QubesIncoming/dz/*.rpm
|
sudo dnf install ~/QubesIncoming/dz/*.rpm
|
||||||
```
|
```
|
||||||
|
|
||||||
|
In the above steps, we add the Dangerzone repo because it includes the
|
||||||
|
necessary PySide6 RPM in order to make Dangerzone work.
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> During the installation, you will be asked to
|
||||||
|
> [verify the Dangerzone GPG key](INSTALL.md#verifying-dangerzone-gpg-key).
|
||||||
|
|
||||||
2. Shutdown the `fedora-40-dz` template
|
2. Shutdown the `fedora-40-dz` template
|
||||||
|
|
||||||
### Developing Dangerzone
|
### Developing Dangerzone
|
||||||
|
|
Loading…
Reference in a new issue