mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 02:12:36 +02:00
Update build instructions
This commit is contained in:
parent
1f7dc2cf75
commit
dd2cfe6ecf
1 changed files with 25 additions and 0 deletions
25
BUILD.md
25
BUILD.md
|
@ -97,6 +97,12 @@ Build the latest container:
|
||||||
python3 ./install/common/build-image.py
|
python3 ./install/common/build-image.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Download the OCR language data:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
python3 ./install/common/download-tessdata.py
|
||||||
|
```
|
||||||
|
|
||||||
Run from source tree:
|
Run from source tree:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
@ -152,6 +158,12 @@ Build the latest container:
|
||||||
python3 ./install/common/build-image.py
|
python3 ./install/common/build-image.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Download the OCR language data:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
python3 ./install/common/download-tessdata.py
|
||||||
|
```
|
||||||
|
|
||||||
Run from source tree:
|
Run from source tree:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
@ -357,6 +369,12 @@ Build the dangerzone container image:
|
||||||
python3 ./install/common/build-image.py
|
python3 ./install/common/build-image.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Download the OCR language data:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
python3 ./install/common/download-tessdata.py
|
||||||
|
```
|
||||||
|
|
||||||
Run from source tree:
|
Run from source tree:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
@ -418,6 +436,13 @@ Build the dangerzone container image:
|
||||||
python3 .\install\common\build-image.py
|
python3 .\install\common\build-image.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Download the OCR language data:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
python3 .\install\common\download-tessdata.py
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
After that you can launch dangerzone during development with:
|
After that you can launch dangerzone during development with:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue