Answer the question
In order to leave comments, you need to log in
Tesseract or leptonica compiles without image libraries, how can I fix it?
I build via Cmake via GIT.
I understand that leptonica is not going to, which is designed to make life easier for developers with tiflib jpeglib, etc.
Rather, it is assembled but without libraries tifflib gif jpeg etc..
git clone https://github.com/egorpugin/leptonica.git
cd leptonica
mkdir build
cd build
cmake ..
cmake --build .
cd ..\..
git clone https://github.com/tesseract-ocr/tesseract.git
cd tesseract
mkdir build
cd build
cmake .. -DLeptonica_BUILD_DIR=\abs\path\to\leptonica\build
cmake --build .
Answer the question
In order to leave comments, you need to log in
What to do, I don’t rummage in the pros at all.
CMake does not build directly, it only generates build control files from CMakeLists.txt files:
- Makefile on Unix systems for building with make;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question