Skip to content

Commit

Permalink
Update INSTALL.GIT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed Oct 11, 2015
1 parent bf43d6a commit 8640796
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions INSTALL.GIT.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,22 @@ There is alternative build system based on multiplatform [cmake](https://cmake.o
## WINDOWS

You need to use leptonica with cmake patch:

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 .. -DLeptonica_BUILD_DIR=\abs\path\to\leptonica\build
cmake --build .


# WINDOWS Visual Studio

Please read http://vorba.ch/2014/tesseract-3.03-vs2013.html
Please read http://vorba.ch/2014/tesseract-3.03-vs2013.html

0 comments on commit 8640796

Please sign in to comment.