mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Add a note in build instructions for dev environments
This commit is contained in:
parent
2256f9fb4e
commit
b11920a3af
2 changed files with 12 additions and 0 deletions
8
BUILD.md
8
BUILD.md
|
@ -97,6 +97,10 @@ poetry shell
|
||||||
./dev_scripts/dangerzone
|
./dev_scripts/dangerzone
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> Prefer running the following command in a Fedora development environment,
|
||||||
|
> created by `./dev_script/env.py`.
|
||||||
|
|
||||||
Create a .rpm:
|
Create a .rpm:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
@ -259,6 +263,10 @@ QUBES_CONVERSION=1 ./dev_scripts/dangerzone
|
||||||
|
|
||||||
Create a .rpm:
|
Create a .rpm:
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> Prefer running the following command in a Fedora development environment,
|
||||||
|
> created by `./dev_script/env.py`.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
./install/linux/build-rpm.py --qubes
|
./install/linux/build-rpm.py --qubes
|
||||||
```
|
```
|
||||||
|
|
|
@ -282,6 +282,10 @@ poetry shell
|
||||||
./dev_scripts/dangerzone
|
./dev_scripts/dangerzone
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> Prefer running the following command in a Fedora development environment,
|
||||||
|
> created by `./dev_script/env.py`.
|
||||||
|
|
||||||
Create a .rpm:
|
Create a .rpm:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Reference in a new issue