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 [email protected]: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