Skip to content
ProGM edited this page Oct 2, 2013 · 13 revisions

Prerequisites

  • OpenCV >= 2.1
  • PHP >= 5.3
  • pkg-config
  • GNU Make
  • GCC >= 4.0 (not tested)

Building

git clone https://github.com/ProGM/OpenCV-for-PHP.git
cd OpenCV-for-PHP
phpize
./configure && make
make test
sudo make install
Clone this wiki locally