Skip to content

NaturalHistoryMuseum/ZBarWin64

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 10 commits ahead of dani4:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
doc
 
 
 
 
gtk
 
 
 
 
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
qt
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ZBarWin64

A Windows 64-bit wheel build of the zbar Python package.

Installing on Windows 64-bit

Install a release from this repo:

https://github.com/NaturalHistoryMuseum/ZBarWin64/releases/download/v0.10/zbar-0.10-cp27-none-win_amd64.whl

The wheel was built using Visual C++ 2013. If Python reports an ImportError when import zbar is run then you will need to install the Visual C++ Redistributable Packages for Visual Studio 2013.

Building

You should only need to build if you want to release a new version.

  • Install Visual C++ 2013 Community Edition

  • Build the 64-bit Release target of zbar64

  • Install the latest Python 2.7 release of Anaconda

  • Build the zbar Python extension module and a wheel:

    cd <where you cloned this repo>\python
    pip install --upgrade pip
    pip install --upgrade setuptools
    pip install wheel
    build.bat
    

About

Clone of the zbar library, patched for 64-bit Windows and with a wheel for 64-bit Python on Windows

Resources

License

LGPL-2.1, Unknown licenses found

Licenses found

LGPL-2.1
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 69.2%
  • Objective-C 10.6%
  • C++ 8.9%
  • Perl 3.1%
  • Python 2.3%
  • Java 2.3%
  • Other 3.6%