Update build instructions

This commit is contained in:
Alex Pyrgiotis 2024-03-14 12:10:48 +02:00
parent cd8812a85a
commit ffcf664a48
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA
2 changed files with 42 additions and 0 deletions

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
@ -174,6 +180,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
@ -379,6 +391,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
@ -440,6 +458,12 @@ 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:
```

View file

@ -289,6 +289,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
@ -367,6 +373,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
@ -425,6 +437,12 @@ 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:
```