Skip to content

MarkRijckenberg/glabels

 
 
Copyright
=========

   Copyright (C) 2001-2011 Jim Evins

   gLabels contains components copyrighted by others -- see the 'AUTHORS' file
   in this directory.

   For license information see the 'COPYING.README_FIRST' file in this
   directory.



What is gLabels
===============

gLabels is a small stand-alone program for creating labels and business
cards using a laser or ink-jet printer.

How to compile and install newest version of glabels from Github in Ubuntu 14.04 LTS 64-bit
===========================================================================================

Open a Terminal and executing the following commands one by one:

sudo apt-get update
sudo apt-get purge glabels
sudo apt-get build-dep glabels
sudo apt-get install checkinstall unp build-essential git
sudo apt-get install libgtk2.0-dev libgnomeui-dev libxml2-dev libglade2-dev libebook1.2-dev gtk-doc-tools libyelp-dev yelp-tools librsvg2-dev
cd
rm -rf glabels
git clone git://git.gnome.org/glabels glabels
cd glabels/
./autogen.sh
make
sudo make install
sudo ldconfig /usr/local/lib
glabels-3-batch  --help
glabels-3


Optional Merge Backends
=======================
Evolution Data Server 2.28.0+


Optional Barcode Backends
=========================
GNU Barcode 0.98+ (http://www.gnu.org/software/barcode/barcode.html)
QREncode 3.1.0+   (http://megaui.net/fukuchi/works/qrencode/index.en.html)
IEC16022 0.2.4+   (http://datenfreihafen.org/projects/iec16022.html)
LIBZINT  2.4.0+   (http://www.zint.org.uk)


Author and Acknowledgments:
===========================

See the AUTHORS file.



Website
=======

http://glabels.org/

Packages

No packages published

Languages

  • C 99.0%
  • C++ 0.4%
  • Objective-C 0.4%
  • Perl 0.1%
  • Roff 0.1%
  • Shell 0.0%