]> git.sur5r.net Git - glabels/blob - barcode-0.98/INSTALL
Imported Upstream version 2.2.8
[glabels] / barcode-0.98 / INSTALL
1
2 Installing on generic Unix systems
3 ----------------------------------
4
5 The package includes both a library and a standalone program.
6 To install everything try
7
8         ./configure && make && make install
9
10 To uninstall, try
11
12         make uninstall
13
14 You may have problems compiling the package on non-GNUish systems,
15 because the tool currently uses both gmake and gawk features, and I have
16 no access to non-gnu systems. If your operating system isn't able to
17 compile barcode and you are willing to help porting, feel free to call me.
18
19
20 Installing on Debian/GNU systems
21 --------------------------------
22
23 The suggested installation here includes creation of a Debian package:
24
25         debian/rules binary
26
27 Then, just install using dpkg:
28
29         dpkg -i ../barcode-0.98_*.deb
30
31 (the "*" here will represent your architecture: "i386", "alpha", "sparc", ...)