manupap1 / libzoneminder-plugin-openalpr

libzoneminder-plugin-openalpr is a free, open source Licence Plate Recognition plugin for the ZoneMinder CCTV sofware (https://github.com/ZoneMinder/ZoneMinder). It is based on openalpr library (https://github.com/openalpr/openalpr) for the recognition algorithm and plugin development initiated by nextime (https://github.com/nextime/zum/tree/master/scripts/ZoneMinder).
GNU General Public License v2.0
41 stars 19 forks source link

Compiling on armhf #5

Closed mochoandre closed 9 years ago

mochoandre commented 9 years ago

Hello, I am trying to compile as by your instructions but i have a problem that when i try to compile OpenALPR with "debuild -uc -us" it only builds libopenalpr-data_2.0.1-0.1_all.deb missing libopenalpr-dev_armhf.deb libopenalpr2_armhf.deb

I can install OpenALPR with "make & make install" but when I try to compile libzoneminder-plugin-openalpr it complains about missing libopenalpr-dev

How can i compile de Development libopenalpr-dev because i try to find a solution and cant find

regards and thanks

manupap1 commented 9 years ago

Hi,

You should try to replace all occurences of amd64 by any in file debian/control.

Regards.

Emmanuel

Pinusno commented 9 years ago

Hi Emmanuel,

I ran into the same issue and it solved the problem for me. Many thanks

Karsten

mochoandre commented 9 years ago

yup, with your instructions it compiles and install fine! Thanks again for making me learn a lit bit more of "linux"

regards