Here are the steps I followed

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 14 2015 Win64

 edit cppan.yml and uncomment this line:

#generator: Visual Studio 14 2015 Win64 -> generator: Visual Studio 14 2015 
Win64

cppan -- generate .

This results in the following:

D:\Petri\Win64\tesseract\Win64>cppan --generate .

no files found

So here is me improvising:

cd ..

cppan --generate .

This created an SLN 
in C:\Users\<user>\.cppan\storage\tmp\build\7a6e40d4\d546a32f\build

I opened it in Visual Studio 2015 and selected the Release configuration. 
 It builds.

-- 
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/c6c85b4c-3a21-4458-acf4-0d8c077fe6d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to