mchehab / zbar

ZBar is an open source software suite for reading bar codes from various sources, including webcams. As its development stopped in 2012, I took the task of keeping it updated with the V4L2 API. This is the main repository for it. There's a clone at at LinuxTV.org, and another one at gitlab.
https://linuxtv.org/downloads/zbar/
GNU Lesser General Public License v2.1
964 stars 202 forks source link

how can I distribute zbar binaries with my app? #257

Open da1z opened 1 year ago

da1z commented 1 year ago

I am trying to upload zbar binaries to server into custom location so i can run zbarimg there, but I am getting error that zbar can't Library not loaded: /usr/local/lib/libzbar.0.dylib , which is true libzbar is not there, binaries are located at custom/path/bin/zbarimg how can I tell zbar where to look for dependencies?

da1z commented 1 year ago

@mchehab sorry for tag. do you have any ideas on that?