Hello, I am trying to compile tesseract into an swc file, so I can wrap it with some Actionscript code to use it as a Flash sandbox.
Alchemy, a project by Adobe, provides the functionality to compile existing C/C++ code to make them useful for Flash applications: http://labs.adobe.com/technologies/alchemy/. Here's the command by which a sample C source file can be compiled into swc after installing Alchemy: gcc sample.c -O3 -Wall -swc -o sample.swc I was wondering if I can modify the Makefile in tesseract to include these flags when gcc/g++ is called. I have minimal knowledge about the Makefile structures, and it would be helpful if you can direct me towards specfic sections of the Makefile, and any other file(s) I should be modifying. Maybe modfiy $(MAKEFLAGS), or ($AM_MAKEFLAGS) ? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tesseract-ocr?hl=en -~----------~----~----~----~------~----~------~--~---

