Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 563 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 563 Bytes

Tesseract vcpkg overlay

This repository contains Tesseract overlay ports and triplets for vcpkg.

To build Tesseract using vcpkg, first install vcpkg, then:

Clone the tesseract_vcpkg overlay repo in the vcpkg directory:

git clone git@github.com:tesseract-robotics/tesseract_vcpkg.git

and build the library:

vcpkg --overlay-ports=tesseract_vcpkg\ports install tesseract_common

To build x64, use:

vcpkg --overlay-ports=tesseract_vcpkg\ports install tesseract_common:x64-windows