From c09524d04384ec4337bbe876ac4f5a377bcc4440 Mon Sep 17 00:00:00 2001 From: "carlos@ccextractor.org" Date: Tue, 8 Jun 2021 17:57:22 +0000 Subject: [PATCH] Add build notes for hardsubx on debian --- docs/HARDSUBX.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/HARDSUBX.txt b/docs/HARDSUBX.txt index 4facffe3..0622b07b 100644 --- a/docs/HARDSUBX.txt +++ b/docs/HARDSUBX.txt @@ -20,6 +20,10 @@ Linux Make sure Tesseract, Leptonica and FFMPeg are installed, and that their libraries can be found using pkg-config. Refer to OCR.txt for installation details. +FFmpeg from packages (on Debian) plus a couple of other dependencies you will need: +sudo apt-get install libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libxcb-shm0-dev liblzma-dev + +FFmpeg from source: To install FFmpeg (libav), follow the steps at:- https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu - For Ubuntu, Debian and Linux Mint https://trac.ffmpeg.org/wiki/CompilationGuide/Generic - For generic Linux compilation