Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 347 Bytes

build instructions windows.md

File metadata and controls

8 lines (5 loc) · 347 Bytes

Building on Windows

The Visual Studio project assumes that you have an integrated vcpkg installation.

Run vcpkg install tesseract:x64-windows-static or vcpkg install tesseract:x86-windows-static to install the required libraries depending on which configuration you want to compile.

Open and compile with the Visual Studio solution. Done!