I'm using C++ and compiling my project files directly from the Windows console using GCC. I want to install and to be able to use Tesseract on Windows 7. I tried following this answer step by step but got a msvcp140.dll error (not found) when trying to use vcpkg.exe
So there's something missing (I suppose I needed to download something that brings that runtime package within) (I also thought that downloading that single file mightn't meet all the future requirements) and I couldn't find a proper guide from the beginning to the end. Can someone please help me? After installing Tesseract properly, would it be enough for me to add its folders to my system path so that I'll be able to use it in g++.exe command line parameters just as I link another libraries?