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.
A copy of the doxygen generated manual for glbarcode++ can be found here.
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
Copyright © 2013 Jim Evins [email protected]
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/.