Mac Lion: How to build OpenCV and Tesseract 2.04 in 64bit?

Asked by kabilan

I was trying to build sikuli in Mac OSX 10.7.3. I previously tried in 10.6.8 and build was successful. But when i launch the sikuli application, an error appeared regarding the architecture issue, means mix up of 32bit and 64bit arch.

Also i am little confused in building the OpenCV and tesseract in 64bit.

Can anyone please help to build those two in 64bit??? Please...

Thanks,
kabilan

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
kabilan
Solved:
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

Since I decided to use Hombrew as my package manager, I had no problems getting OpenCV 2.2 running, since
brew install opencv
makes the 64-Bit version.

Tesseract I installed manually from sources as specified on the download/install page, since then I did not know how to install a previous version (brew install tesseract makes Tesseract 3.0, which is not compatible with the current sources of Sikuli branch master/develop).

Revision history for this message
RaiMan (raimund-hocke) said :
#2

Sikuli currently needs Tessearct 2.04 ;-)

Revision history for this message
kabilan (kabi-tvp) said :
#3

Thanks RaiMan. I installed OpenCV 2.3.1 in 64bit. also installed tesseract. Thanks for the help.....