From 9f308271b9aee38ba4069a7a164f02e63b19e605 Mon Sep 17 00:00:00 2001 From: cweickhmann Date: Wed, 20 Feb 2019 19:52:23 +0100 Subject: [PATCH] Update COMPILATION.MD (#1073) At least in Ubuntu 18.04 (possibly the related Debian version and newer Ubuntus) the package `tesseract-ocr-dev` does not exist anymore. It was replaced by `libtesseract-dev`. --- docs/COMPILATION.MD | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/COMPILATION.MD b/docs/COMPILATION.MD index e43275d1..884d6555 100644 --- a/docs/COMPILATION.MD +++ b/docs/COMPILATION.MD @@ -24,6 +24,7 @@ sudo apt-get install -y tesseract-ocr sudo apt-get install -y tesseract-ocr-dev sudo apt-get install -y libleptonica-dev ``` +**Note:** On Ubuntu Version 18.04 (Bionic) and (probably) later, install `libtesseract-dev` rather than `tesseract-ocr-dev`, which does not exist anymore. **Note:** On Ubuntu Version 14.04 (Trusty) and earlier, you should build leptonica and tesseract from source