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 Win32
> cd Win32
> 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 Win32 && cd Win32
> 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 tesseract-ocr+unsubscr...@googlegroups.com.
To post to this group, send email to tesseract-ocr@googlegroups.com.
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/5e5bdb4f-aef8-4f53-9e22-3be210996b14%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to