I transcribed the commands incorrectly. See update below. Apologies for all the updates.
On Thursday, March 16, 2017 at 3:12:07 PM UTC-4, THintz wrote: > > Update... > > >> The reason the steps didn't work was because the -G option needs to be >> quoted. This is the correct procedure for VS2017: >> > > >> cd \petri >> mkdir Win64 >> cd Win64 >> git clone https://github.com/tesseract-ocr/tesseract tesseract >> cd tesseract >> cppan (I assume this wasn't necessary, but I'm trying to avoid >> improvising) >> mkdir Win64 && cd Win64 >> cppan .. >> cmake .. -G "Visual Studio 15 2017 Win64" >> >> edit cppan.yml and uncomment, and edit, this line: >> >> #generator: Visual Studio 14 2015 Win64 -> generator: Visual Studio 15 >> 2017 Win64 >> >> cppan --generate . >> >> Open the tesseract.sln created in this same folder using Visual Studio >> 2017, select the Release configuration and then build. >> > -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tesseract-ocr. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/69826136-9480-4653-9a6f-1bebd56ae5f4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

