According to this answer I would have to checkout entire repo of tesseract.
How do I install minimal packages of tesseract with c++ APIs for development and English language detection in linux (ubuntu)?
Update - Reason for using the large SVN repo is to enable g++ compilation.
When installed with apt-get:
bhp@Virtual-Machine:~/Desktop/bhp/opencv-tesseract$ pkg-config --cflags --libs tesseract
Package tesseract was not found in the pkg-config search path.
Perhaps you should add the directory containing `tesseract.pc'
to the PKG_CONFIG_PATH environment variable
No package 'tesseract' found
When built with source:
bhp@Virtual-Machine:~/Desktop/soft/tesseract-ocr$ pkg-config --cflags --libs tesseract
-I/usr/local/include/tesseract -L/usr/local/lib -ltesseract