forked from guyt101z/glabels
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
66 lines (44 loc) · 1.57 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
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/