Problem is I'm making some changes to cmake file and to source code as well. >From my understanding, vcpkg builds based on tesseract master branch, isn't it?
It would be great if I can just tweak the "CMakeLists.txt" to generate executable, but no luck so far with what I've tried. Is there any CMake expert I can reach out to? On Wednesday, 27 November 2019 08:35:26 UTC-5, zdenop wrote: > > AFAIK vckg produces static build of tesseract. > > > https://github.com/microsoft/vcpkg/blob/master/ports/tesseract/portfile.cmake > > > > Zdenko > > > st 27. 11. 2019 o 6:00 Teddy Zzang <[email protected] <javascript:>> > napĂsal(a): > >> I'm currently using cmake following to build tesseract >> >> cmake tesseract >> cmake --build . --config Release >> >> which ends up in dynamically-linked libraries. >> >> [image: 2019-11-26 16_25_46-mRemoteNG - confCons.xml - >> OCR_New(AVX512).png] >> >> >> >> Is there anyway to *build a standalone executable*? (statically-linked >> libraries) >> >> Ideally, I want to generate a single tesseract.exe in the end. >> >> Lack of my expertise in cmake is giving me hard time :( >> >> -- >> 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] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/tesseract-ocr/b0658cda-825e-4015-a8e4-e058fa88495b%40googlegroups.com >> >> <https://groups.google.com/d/msgid/tesseract-ocr/b0658cda-825e-4015-a8e4-e058fa88495b%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/ac2bb01a-7471-4747-82ba-e96a5e5f0979%40googlegroups.com.

