Skip to content

jimevins/glbarcode

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

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
doc
 
 
 
 
 
 
 
 
 
 
 
 
 
 

glbarcode++

glbarcode++ is a free C++ library for generating barcodes. It is a port of the original glbarcode library from gLabels. The library is designed to be easily extended to support new barcode types and output formats.

Documentation

A copy of the doxygen generated manual for glbarcode++ can be found here.

Download

Latest release.

Building

glbarcode++ uses the cmake meta build system. Use the following to build and install:

$ mkdir build
$ cd build
$ cmake /path/to/glbarcode/source
$ make
$ sudo make install

glbarcode++ License

Copyright © 2013 Jim Evins evins@snaught.com

glbarcode++ is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

glbarcode++ is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with glbarcode++. If not, see http://www.gnu.org/licenses/.

About

Prototype for new C++ version of glbarcode library from gLabels

Resources

License

Stars

Watchers

Forks

Packages

No packages published