[BREAKGLASS] Append-only mirror of github.com/sparrowwallet/zbar-windows
Go to file
Mauro Carvalho Chehab 23675cd856 README: update ZBar main location
ZBar is now maintained at github. Update its location to reflect it.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
2019-02-05 10:57:06 -02:00
android Add support for using versions with major.minor.patch 2018-08-08 10:11:02 -03:00
config QZ and clustering fixes to QR integration 2009-07-13 11:59:04 -04:00
debian Update symbol lists, again 2019-02-04 23:31:13 +01:00
doc doc/Makefile.am.inc: clean html generated files 2019-01-14 08:21:42 -02:00
examples README: update ZBar main location 2019-02-05 10:57:06 -02:00
gtk zbar: use g_thread_new() instead of g_tread_create() 2018-08-08 11:40:25 -03:00
include Apply jasp-01-sqcode.patch 2019-02-02 18:07:15 +01:00
iphone Add support for using versions with major.minor.patch 2018-08-08 10:11:02 -03:00
java Update to the very latest version of zbar 2017-03-25 23:04:38 -03:00
perl Add support for using versions with major.minor.patch 2018-08-08 10:11:02 -03:00
plugin * fixup some perl distribution details 2009-04-17 22:26:38 +00:00
pygtk * release updates (version, NEWS, packaging) 2009-04-21 14:45:52 +00:00
python Apply jasp-01-sqcode.patch 2019-02-02 18:07:15 +01:00
qt Fix some incompatibilities with Qt4 2017-04-09 08:30:33 -03:00
test configure: fix warning due to multiple .PHONY entries 2019-01-14 08:21:38 -02:00
zbar Only test symbologies that were compiled 2019-02-05 10:54:02 -02:00
zbarcam Add missing library for zbarcam-gtk 2019-02-02 18:08:06 +01:00
zbarimg Only test symbologies that were compiled 2019-02-05 10:54:02 -02:00
.gitignore Makefile.am: add a regression test 2019-02-05 10:51:17 -02:00
.hgignore Update to the very latest version of zbar 2017-03-25 23:04:38 -03:00
.hgtags Update to the very latest version of zbar 2017-03-25 23:04:38 -03:00
ChangeLog Bump version to 0.20.1 2018-08-08 07:34:20 -03:00
configure.ac Only test symbologies that were compiled 2019-02-05 10:54:02 -02:00
COPYING Update to the very latest version of zbar 2017-03-25 23:04:38 -03:00
HACKING Update to the very latest version of zbar 2017-03-25 23:04:38 -03:00
INSTALL INSTALL: add instructions about how to build a Ubuntu/Debian package 2019-02-04 23:11:53 -02:00
LICENSE rearrange directories in preparation for zbar merge 2009-07-08 20:25:33 -04:00
Makefile.am Only test symbologies that were compiled 2019-02-05 10:54:02 -02:00
NEWS Bump version to 0.20.1 2018-08-08 07:34:20 -03:00
README README: update ZBar main location 2019-02-05 10:57:06 -02:00
README.windows Update to the very latest version of zbar 2017-03-25 23:04:38 -03:00
TODO Update to the very latest version of zbar 2017-03-25 23:04:38 -03:00
zbar-gtk.pc.in * fixup some perl distribution details 2009-04-17 22:26:38 +00:00
zbar-qt.pc.in * fixup some perl distribution details 2009-04-17 22:26:38 +00:00
zbar.ico first pass installer 2009-06-22 01:13:03 -04:00
zbar.nsi hotfix add MinGW import lib to Windows installer 2009-10-27 11:25:59 -04:00
zbar.pc.in * fixup some perl distribution details 2009-04-17 22:26:38 +00:00
zbar.spec.in Update to the very latest version of zbar 2017-03-25 23:04:38 -03:00

ZBAR BAR CODE READER
====================

ZBar Bar Code Reader is an open source software suite for reading bar
codes from various sources, such as video streams, image files and raw
intensity sensors. It supports EAN-13/UPC-A, UPC-E, EAN-8, Code 128,
Code 39, Codabar, Interleaved 2 of 5 and QR Code.  Included with the
library are basic applications for decoding captured bar code images and
using a video device (eg, webcam) as a bar code scanner.  For application
developers, language bindings are included for C, C++, Python 2 and Perl
as well as GUI widgets for Qt, GTK and PyGTK 2.0.

Check the ZBar home page for the latest release, mailing lists, etc.
    https://github.com/mchehab/zbar

License information can be found in 'COPYING'.


BUILDING
========

See 'INSTALL' for generic configuration and build instructions.

The scanner/decoder library itself only requires a few standard
library functions which should be avilable almost anywhere.

The zbarcam program uses the video4linux API (v4l1 or v4l2) to access
the video device.  This interface is part of the linux kernel, a 2.6
kernel is recommended for full support.  More information is available
at
    http://www.linuxtv.org/wiki/

pkg-config is used to locate installed libraries.  You should have
installed pkg-config if you need any of the remaining components.
pkg-config may be obtained from
    http://pkg-config.freedesktop.org/

The zbarimg program uses ImageMagick to read image files in many
different formats.  You will need at least ImageMagick version 6.2.6
if you want to scan image files.  ImageMagick may be obtained from
    http://www.imagemagick.org/

The Qt widget requires Qt4.  You will need Qt4 if you would like to
use or develop a Qt GUI application with an integrated bar code
scanning widget.  Qt4 may be obtained from
    http://qt.nokia.com/products

The GTK+ widget requires GTK+-2.x.  You will need GTK+ if you would
like to use or develop a GTK+ GUI application with an integrated bar
code scanning widget.  GTK+ may be obtained from
    http://www.gtk.org/

The PyGTK 2.0 wrapper for the GTK+ widget requires Python 2, PyGTK.
You will need both if you would like to use or develop a PyGTK GUI
application with an integrated bar code scanning widget.  PyGTK may be
obtained from
    http://www.pygtk.org/

The Python bindings require Python 2.  You will need Python and PIL
if you would like to scan images or video directly using Python.
Python is available from
    http://python.org/

The Perl bindings require Perl (version?).  You will need Perl if you
would like to scan images or video directly using Perl.  Perl is
available from
    http://www.perl.org/

If required libraries are not available you may disable building for
the corresponding component using configure (see configure --help).

The Perl bindings must be built separately after installing the
library.  see
    perl/README


RUNNING
=======

'make install' will install the library and application programs.  Run
'zbarcam' to start the video scanner.  use 'zbarimg barcode.jpg' to
decode a saved image file.  Check the manual to find specific options
for each program.


REPORTING BUGS
==============

Bugs can be reported on the sourceforge project page
    http://www.sourceforge.net/projects/zbar/

Please include the ZBar version number and a detailed description of
the problem.  You'll probably have better luck if you're also familiar
with the concepts from:
    http://www.catb.org/~esr/faqs/smart-questions.html