jimevins / glbarcode

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 90.5%Language:C 6.4%Language:CMake 3.1%