Skip to content

jimevins/glbarcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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