Update build instructions

This commit is contained in:
Alex Pyrgiotis 2024-03-14 12:10:48 +02:00
parent 1f7dc2cf75
commit dd2cfe6ecf
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -97,6 +97,12 @@ Build the latest container:
python3 ./install/common/build-image.py
```
Download the OCR language data:
```sh
python3 ./install/common/download-tessdata.py
```
Run from source tree:
```sh
@ -152,6 +158,12 @@ Build the latest container:
python3 ./install/common/build-image.py
```
Download the OCR language data:
```sh
python3 ./install/common/download-tessdata.py
```
Run from source tree:
```sh
@ -357,6 +369,12 @@ Build the dangerzone container image:
python3 ./install/common/build-image.py
```
Download the OCR language data:
```sh
python3 ./install/common/download-tessdata.py
```
Run from source tree:
```sh
@ -418,6 +436,13 @@ Build the dangerzone container image:
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:
```