I want to integrate OCR in my iphone application. For that I found a library and sample example PocketOCR. When I download this example it gives me compile time errors that few frameworks are missing. After googling I found that I need to compile library. I don’t know how to do this. Here I got shell script but what exactly to do with this script?
Please help me to know that what to do with this shell script and how?
Is there any tutorial to know this.
Thanks to all
Place this script at the top of ur library source. Also check whether u have set the correct SDKROOT & DEVROOT.
Edit: I guess u r not having correct source code. Try again with new downloaded source code, which will have makefile. I just checked about that. There I found the makefiles in the source.