I'm currently using cmake following to build tesseract
cmake tesseract
cmake --build . --config Release
which ends up in dynamically-linked libraries.
.png?part=0.1&view=1)
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 tesseract-oc...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/b0658cda-825e-4015-a8e4-e058fa88495b%40googlegroups.com.
AFAIK vckg produces static build of tesseract.
st 27. 11. 2019 o 6:00 Teddy Zzang <xpels...@gmail.com> napísal(a):
--I'm currently using cmake following to build tesseract
cmake tesseract cmake --build . --config Releasewhich ends up in dynamically-linked libraries.
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 tesser...@googlegroups.com.