mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-25 20:32:10 +00:00
3553b4da51
Along with adding utf8proc to actually be compiled
13 lines
295 B
Markdown
13 lines
295 B
Markdown
# Installing on a Raspberry Pi
|
|
|
|
dependencies for ocr mode:
|
|
|
|
* libleptonica-dev
|
|
* libtesseract-dev
|
|
|
|
```bash
|
|
sudo apt-get install libleptonica-dev libtesseract-dev
|
|
```
|
|
|
|
Other than this you just need to cd into the linux directory and run `make` or `make ENABLE_OCR=yes` if you want ocr enabled.
|